Пример #1
0
        public EVoucherContentMasterController(

            IEVoucherService EVoucherService,
            IEVoucherContentService EVoucherContentService
            )
        {
            this.EVoucherService        = EVoucherService;
            this.EVoucherContentService = EVoucherContentService;
        }
        public EVoucherDetailController(

            ICustomerService CustomerService,
            IProductService ProductService,
            IEVoucherService EVoucherService
            )
        {
            this.CustomerService = CustomerService;
            this.ProductService  = ProductService;
            this.EVoucherService = EVoucherService;
        }