Beispiel #1
0
 public IActionResult ListarPorOng(int idOng)
 {
     return(Ok(casoRepositorio.ListarPorIdOng(idOng)));
 }