Exemplo n.º 1
0
 public LoginAttemptsController(LoginAttemptManager repo)
 {
     _repo = repo;
 }