using Yw.DAL; namespace HStation.DAL { /// /// /// public interface IAssetsPumpPartMain : IBaseDAL, IUpdateSorter { long InsertsEx(Entity.AssetsPumpPartMain part, List AssetsPumpPropContents, Entity.AssetsPumpMainAndPartMapping partmap); bool UpdateEx(Entity.AssetsPumpPartMain part, List AssetsPumpPropContents); bool DeleteEx(Entity.AssetsPumpPartMain part, List AssetsPumpPropContents); } }