Exemplo n.º 1
0
 public bool NicknameExists(string nickname)
 {
     return(_gamerRepository.NicknameExists(nickname));
 }