Ejemplo n.º 1
0
 public ActionResult Post([FromBody] Turno turno)
 {
     return(Ok(
                turnoService.Save(turno)
                ));
 }