using Yw.DAL; namespace HStation.DAL { /// /// /// public interface IAssetsExchangerPartMain : IBaseDAL, IUpdateSorter { long InsertsEx(Entity.AssetsExchangerPartMain part, List AssetsExchangerPropContents, Entity.AssetsExchangerMainAndPartMap partmap); bool UpdateEx(Entity.AssetsExchangerPartMain part, List AssetsExchangerPropContents); bool DeleteEx(Entity.AssetsExchangerPartMain part, List AssetsExchangerPropContents); } }