Esempio n. 1
0
 public ActionResult <IEnumerable> obterTodos()
 {
     return(Ok(laudoService.obterTodos()));
 }