示例#1
0
        public CallContext MaterialPriceListSave(List <MaterialPriceList> entities, CallContext resultContext)
        {
            resultContext.securitySettings = ETEMEnums.SecuritySettings.MaterialPriceListSave;
            CallContext resContext = new MaterialPriceListBL().MaterialPriceListSave(entities, resultContext);

            return(resContext);
        }
        public CallContext MaterialPriceListSave(List<MaterialPriceList> entities, CallContext resultContext)
        {
            resultContext.securitySettings = ETEMEnums.SecuritySettings.MaterialPriceListSave;
            CallContext resContext = new MaterialPriceListBL().MaterialPriceListSave(entities, resultContext);

            return resContext;
        }