예제 #1
0
 public PageRequestFlow(IFrontPageService frontPageService)
 {
     _frontPageService = frontPageService;
 }
예제 #2
0
 public HomeController(IFrontPageService service)
 {
     this.service = service;
 }
예제 #3
0
 public HomeController(IFrontPageService service)
 {
     this.service = service;
 }
예제 #4
0
 public PageRequestFlow(IFrontPageService frontPageService)
 {
     _frontPageService = frontPageService;
 }