Ejemplo n.º 1
0
 public IList <TurnoDTO> Get()
 {
     return(Service.GetAll());
 }
Ejemplo n.º 2
0
 public ActionResult Get()
 {
     return(Ok(
                turnoService.GetAll()
                ));
 }