Ejemplo n.º 1
0
 public async Task <ActionResult <IEnumerable <Car> > > GetAllCars()
 {
     return(Ok(await _rentService.GetAllCars()));
 }