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