Exemplo n.º 1
0
 public async Task <IActionResult> GetValue(int id)
 {
     return(Ok(await _repo.findById(id)));
 }