Exemplo n.º 1
0
 public IEnumerable <Gamer> GetAllGamers()
 {
     return(_gamerRepository.GetAll());
 }