Example #1
0
 public HomeController()
 {
     PostUIService     = new PostUIService();
     CategoryUIService = new CategoryUIService();
     AdminUIService    = new AdminUIService();
     UserUIService     = new UserUIService();
     ContactUIService  = new ContactUIService();
     FileUIService     = new FileUIService();
 }
Example #2
0
 public SecurityController()
 {
     ContactUIService = new ContactUIService();
 }