using Yw.DAL; namespace HStation.DAL { /// /// /// public interface IAssetsCompressorPartMain : IBaseDAL, IUpdateSorter { long InsertsEx(Entity.AssetsCompressorPartMain part, List AssetsCompressorPropContents, Entity.AssetsCompressorMainAndPartMap partmap); bool UpdateEx(Entity.AssetsCompressorPartMain part, List AssetsCompressorPropContents); bool DeleteEx(Entity.AssetsCompressorPartMain part, List AssetsCompressorPropContents); } }