Ejemplo n.º 1
0
 public AdminController()
 {
     _categoryService=new CategoryService();
     _configService=new ConfigService();
 }
Ejemplo n.º 2
0
 public CategoryController()
 {
     CategoryService=new CategoryService();
 }