Example #1
0
 public async Task <CustomResponse <IList <Exame> > > Get()
 {
     return(await _service.ListarTodos());
 }