コード例 #1
0
 public AboutController()
 {
     _aboutPageServices = new AboutPageServices();
 }
コード例 #2
0
ファイル: HomeController.cs プロジェクト: hamzakeceli/Blog
 public HomeController()
 {
     aboutPageServices = new AboutPageServices();
     contactServices   = new ContactServices();
 }