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