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