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