public ContactController() { _userService = new UserService(); _locationService = new LocationService(); _configService = new ConfigService(); _orderService=new OrderService(); }
public HelperController() { _brandService=new BrandService(); _configService = new ConfigService(); _productService=new ProductService(); _colorService=new ColorService(); }
public AdminController() { _colorService = new ColorService(); _categoryService = new CategoryService(); _productService = new ProductService(); _configService = new ConfigService(); _orderService = new OrderService(); _userService = new UserService(); _brandService = new BrandService(); }