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

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

            return(resContext);
        }