public OtherCouponController(
     IOtherCouponCategoryService otherCouponCategoryService,
     IOtherCouponService otherCouponService, 
     IProductBrandService productBrandService, 
     IOtherCouponOwnerService otherCouponOwnerService, 
     IWorkContext workContext
     )
 {
     _otherCouponCategoryService = otherCouponCategoryService;
     _otherCouponService = otherCouponService;
     _productBrandService = productBrandService;
     _otherCouponOwnerService = otherCouponOwnerService;
     _workContext = workContext;
 }
 public OtherCouponController(
     IOtherCouponCategoryService otherCouponCategoryService,
     IOtherCouponService otherCouponService,
     IProductBrandService productBrandService,
     IOtherCouponOwnerService otherCouponOwnerService,
     IWorkContext workContext
     )
 {
     _otherCouponCategoryService = otherCouponCategoryService;
     _otherCouponService         = otherCouponService;
     _productBrandService        = productBrandService;
     _otherCouponOwnerService    = otherCouponOwnerService;
     _workContext = workContext;
 }
Exemple #3
0
 public OtherCouponCategoryController(IOtherCouponCategoryService otherCouponCategoryService, IProductBrandService productBrandService)
 {
     _otherCouponCategoryService = otherCouponCategoryService;
     _productBrandService        = productBrandService;
 }
 public OtherCouponCategoryController(IOtherCouponCategoryService otherCouponCategoryService, IProductBrandService productBrandService)
 {
     _otherCouponCategoryService = otherCouponCategoryService;
     _productBrandService = productBrandService;         
 }