using Yw.DAL; namespace HStation.DAL { /// /// /// public interface IDivision : IBaseDAL, IUpdateSorter { } }