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