Пример #1
0
 public async Task <Evento> BuscarPorId(long id)
 {
     return(await repository.FindAsync(id));
 }