示例#1
0
 public AboutController()
 {
     _aboutPageServices = new AboutPageServices();
 }
示例#2
0
 public HomeController()
 {
     aboutPageServices = new AboutPageServices();
     contactServices   = new ContactServices();
 }