public HomeController(ICategoryService categoryService, IMerchantService merchantServie, 
     IProductServices productServices, ISearchSerivce serviceSerivce)
 {
     _categoryService = categoryService;
     _merchantServie = merchantServie;
     _productServie = productServices;
     _searchSerivce = serviceSerivce;
 }
Example #2
0
 public HomeController(ICategoryService categoryService, IMerchantService merchantServie,
                       IProductServices productServices, ISearchSerivce serviceSerivce)
 {
     _categoryService = categoryService;
     _merchantServie  = merchantServie;
     _productServie   = productServices;
     _searchSerivce   = serviceSerivce;
 }