Esempio n. 1
0
 public HomeController(IRepository repository, NinjaLista.Web.CaptchaServices.ICaptchaService captchaService,IAdminRepository adminrepository)
 {
     _Repository = repository;
     _adminRepository = adminrepository;
     this.captchaService = captchaService;
 }
Esempio n. 2
0
 public HomeController(IRepository repository, NinjaLista.Web.CaptchaServices.ICaptchaService captchaService)
 {
     _Repository = repository;
     this.captchaService = captchaService;
 }
Esempio n. 3
0
 public HomeController(IRepository repository, NinjaLista.Web.CaptchaServices.ICaptchaService captchaService)
 {
     _Repository         = repository;
     this.captchaService = captchaService;
 }
Esempio n. 4
0
 public HomeController(IRepository repository, NinjaLista.Web.CaptchaServices.ICaptchaService captchaService, IAdminRepository adminrepository)
 {
     _Repository         = repository;
     _adminRepository    = adminrepository;
     this.captchaService = captchaService;
 }