| | |
| | | /// </summary> |
| | | public interface IAssetsCompressorPartMain : IBaseDAL<Entity.AssetsCompressorPartMain>, IUpdateSorter |
| | | { |
| | | long InsertsEx(Entity.AssetsCompressorPartMain part, List<Entity.AssetsCompressorPropContent> AssetsCompressorPropContents, Entity.AssetsCompressorMainAndPartMap partmap); |
| | | long InsertsEx(Entity.AssetsCompressorPartMain part, List<Entity.AssetsCompressorPropContent> AssetsCompressorPropContents, Entity.AssetsCompressorMainAndPartMapping partmap); |
| | | |
| | | bool UpdateEx(Entity.AssetsCompressorPartMain part, List<Entity.AssetsCompressorPropContent> AssetsCompressorPropContents); |
| | | |