Ejemplo n.º 1
0
 public ActionResult Get(int id)
 {
     return(Ok(
                turnoService.Get(id)
                ));
 }