Exemplo n.º 1
0
 public ActionResult addCar([FromForm] Car car)
 {
     _service.CreateCar(car);
     return(Ok());
 }