public HomeController(ReCAPTCHAService reCAPTCHAService)
 {
     _reCAPTCHAService = reCAPTCHAService;
 }
예제 #2
0
 public ContactController(ResumeContext context, ReCAPTCHAService reCAPTCHAService)
 {
     _context          = context;
     _reCAPTCHAService = reCAPTCHAService;
 }