Ejemplo n.º 1
0
 public AboutController()
 {
     _aboutPageService = new AboutPageService();
 }
Ejemplo n.º 2
0
 public HomeController()
 {
     _aboutPageService   = new AboutPageService();
     _contactPageService = new ContactPageService();
 }