Пример #1
0
 public bool EmailExist(string email)
 {
     return(jugadorRepository.EmailExist(email));
 }