Exemplo n.º 1
0
 public IList <ServicioDTO> Get()
 {
     return(Service.GetAll());
 }
 public ActionResult Get()
 {
     return(Ok(
                servicioService.GetAll()
                ));
 }