Esempio n. 1
0
 public async Task <ActionResult <IEnumerable <Location> > > GetAllLocations()
 {
     return(Ok(await _rentService.GetAllLocations()));
 }