Example #1
0
 public AdminController()
 {
     _colorService = new ColorService();
     _categoryService = new CategoryService();
     _productService = new ProductService();
     _configService = new ConfigService();
     _orderService = new OrderService();
     _userService = new UserService();
     _brandService = new BrandService();
 }
 public ProductListController()
 {
     _categoryService = new CategoryService();
     _productService=new ProductService();
 }