Beispiel #1
0
        public GetPricingModelModel(int customerId, PricingCalcuatorScenarioNames name)
        {
            this.customerId         = customerId;
            this.scenarioName       = name.DescriptionAttr();
            LoadFromLastCashRequest = true;

            Model = new PricingModelModel();
            Error = null;
        }         // constructor