예제 #1
0
 public LoginAttemptsController(LoginAttemptManager repo)
 {
     _repo = repo;
 }