public ContactController()
 {
     _contactPageService = new ContactPageService();
 }
Example #2
0
 public HomeController()
 {
     _aboutPageService   = new AboutPageService();
     _contactPageService = new ContactPageService();
 }