Beispiel #1
0
 public ActionResult <RetornoView <Prontuario> > GetAll()
 {
     return(Ok(new{ data = _prontuarioRepository.GetAll() }));
 }