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