using System; using System.Collections.Generic; using System.Text; namespace SiNan.Common.Models { public interface IDenpendency { } }