Beispiel #1
0
 public async Task <IEnumerable <Evento> > BuscarTodos()
 {
     return(await repository.FindAllAsync());
 }