| | |
| | | /// </summary> |
| | | public interface IAssetsPumpPartMain : IBaseDAL<Entity.AssetsPumpPartMain>, IUpdateSorter |
| | | { |
| | | long InsertsEx(Entity.AssetsPumpPartMain part, List<Entity.AssetsPumpPropContent> AssetsPumpPropContents, Entity.AssetsPumpMainAndPartMap partmap); |
| | | long InsertsEx(Entity.AssetsPumpPartMain part, List<Entity.AssetsPumpPropContent> AssetsPumpPropContents, Entity.AssetsPumpMainAndPartMapping partmap); |
| | | |
| | | bool UpdateEx(Entity.AssetsPumpPartMain part, List<Entity.AssetsPumpPropContent> AssetsPumpPropContents); |
| | | |