Example #1
0
 public AdminController()
 {
     _categoryService=new CategoryService();
     _configService=new ConfigService();
 }
Example #2
0
 public HomeController()
 {
     _configService=new ConfigService();
 }