| | |
| | | /// </summary> |
| | | public interface IAssetsExchangerPartMain : IBaseDAL<Entity.AssetsExchangerPartMain>, IUpdateSorter |
| | | { |
| | | long InsertsEx(Entity.AssetsExchangerPartMain part, List<Entity.AssetsExchangerPropContent> AssetsExchangerPropContents, Entity.AssetsExchangerMainAndPartMap partmap); |
| | | long InsertsEx(Entity.AssetsExchangerPartMain part, List<Entity.AssetsExchangerPropContent> AssetsExchangerPropContents, Entity.AssetsExchangerMainAndPartMapping partmap); |
| | | |
| | | bool UpdateEx(Entity.AssetsExchangerPartMain part, List<Entity.AssetsExchangerPropContent> AssetsExchangerPropContents); |
| | | |