Example #1
0
 public async Task<Evento> BuscarPorId(int id)
 {
     try
     {
         return await service.BuscarPorId(id);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }