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