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