Exemple #1
0
 public AdminController()
 {
     _categoryService=new CategoryService();
     _configService=new ConfigService();
 }
 public CategoryController()
 {
     CategoryService=new CategoryService();
 }