Exemplo n.º 1
0
 public Gamer GetGamerByEmail(string userEmail)
 {
     return(_gamerRepository.GetByEmail(userEmail));
 }