Exemple #1
0
 public HomeController()
 {
     PostUIService     = new PostUIService();
     CategoryUIService = new CategoryUIService();
     AdminUIService    = new AdminUIService();
     UserUIService     = new UserUIService();
     ContactUIService  = new ContactUIService();
     FileUIService     = new FileUIService();
 }
Exemple #2
0
 public PostController()
 {
     PostUIService     = new PostUIService();
     AdminUIService    = new AdminUIService();
     CategoryUIService = new CategoryUIService();
 }
Exemple #3
0
 public CategoryController()
 {
     CategoryUIService = new CategoryUIService();
 }
 public DrpServices()
 {
     CategoryUIService = new CategoryUIService();
 }
Exemple #5
0
 public PartialsController()
 {
     CategoryUIService = new CategoryUIService();
     PostUIService     = new PostUIService();
 }