using Yw.DAL; namespace HStation.DAL { /// /// /// public interface IAssetsExchangerMain : IBaseDAL, IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateSorter { /// /// /// List GetBySeriesID(long SeriesID); } }