Exemplo n.º 1
0
 public ActionResult Get2(int id)
 {
     return(Ok(
                servicioService.GetServiciosByIdSupplier(id)
                ));
 }