Exemple #1
0
 public async Task <ActionResult <List <Airport> > > GetAll()
 {
     return(await _airportService.GetAllAsync());;
 }