using Yw.DAL; namespace HStation.DAL { /// /// /// public interface IAssetsPumpSeriesTypeMapping : IBaseDAL, IUpdateSorter { // public List GetSeriesIDByTypeID(long ID); } }