public CallContext DiePriceListSave(List<DiePriceList> entities, CallContext resultContext) { resultContext.securitySettings = ETEMEnums.SecuritySettings.DiePriceListSave; CallContext resContext = new DiePriceListBL().DiePriceListSave(entities, resultContext); return resContext; }
public CallContext DiePriceListSave(List <DiePriceList> entities, CallContext resultContext) { resultContext.securitySettings = ETEMEnums.SecuritySettings.DiePriceListSave; CallContext resContext = new DiePriceListBL().DiePriceListSave(entities, resultContext); return(resContext); }