예제 #1
0
 public RedirectService(IRepository repository, Module.Pages.Services.IRedirectService redirectService)
 {
     this.repository      = repository;
     this.redirectService = redirectService;
 }
예제 #2
0
 public RedirectService(IRepository repository, Module.Pages.Services.IRedirectService redirectService)
 {
     this.repository = repository;
     this.redirectService = redirectService;
 }