Пример #1
0
 public async Task <Aircraft> Get(int id)
 {
     return(await _airlineRepo.GetAircraft(id).ConfigureAwait(false));
 }