コード例 #1
0
 public AboutPageController(IAboutPageService aboutPageService, ILogger <AboutPageController> logger)
 {
     _aboutPageService = aboutPageService;
     _logger           = logger;
 }
コード例 #2
0
 public AboutPageController(IAboutPageService aboutPageService)
 {
     _aboutPageService = aboutPageService;
 }