Ejemplo n.º 1
0
 public void Post(int id, [FromBody] Car car)
 {
     _service.AddCar(id, car);
 }