Beispiel #1
0
 public IActionResult AddGetCars([FromBody] Cars cars)
 {
     return(Ok(_cars.AddCars(cars)));
 }