using Yw.DAL; namespace HStation.DAL { /// /// /// public interface IPumpPartMain : IBaseDAL, IUpdateSorter { long InsertsEx(Entity.PumpPartMain part, List pumpPropContents, Entity.PumpMainAndPartMap partmap); bool UpdateEx(Entity.PumpPartMain part, List pumpPropContents); bool DeleteEx(Entity.PumpPartMain part, List pumpPropContents); } }