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