public HomeController(ReCAPTCHAService reCAPTCHAService)
 {
     _reCAPTCHAService = reCAPTCHAService;
 }
Esempio n. 2
0
 public ContactController(ResumeContext context, ReCAPTCHAService reCAPTCHAService)
 {
     _context          = context;
     _reCAPTCHAService = reCAPTCHAService;
 }