Ejemplo n.º 1
0
 public async Task <IEnumerable <Heroi> > GetHeroi() // Get realiza consultas no BD
 {
     return(await _heroiRepository.Get());
 }