Exemple #1
0
 public ActionResult <IEnumerable <CarOutputModel> > GetAllCars()
 {
     return(_carManager.GetAllCars().ToList());
 }