using Yw.DAL; namespace HStation.DAL { /// /// /// public interface IXhsScheme : IBaseDAL, IUpdateParas, IUpdateFlags, IUpdateSorter, IUpdateUseStatus { /// /// /// List GetBySiteID(long SiteID); /// /// /// bool DeleteBySiteID(long SiteID); } }