Esempio n. 1
0
 public ContactController()
 {
     _userService = new UserService();
     _locationService = new LocationService();
     _configService = new ConfigService();
     _orderService=new OrderService();
 }
Esempio n. 2
0
 public HelperController()
 {
     _brandService=new BrandService();
     _configService = new ConfigService();
     _productService=new ProductService();
     _colorService=new ColorService();
 }
Esempio n. 3
0
 public AdminController()
 {
     _colorService = new ColorService();
     _categoryService = new CategoryService();
     _productService = new ProductService();
     _configService = new ConfigService();
     _orderService = new OrderService();
     _userService = new UserService();
     _brandService = new BrandService();
 }