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