예제 #1
0
 public async Task <Models.Responses.AirlineRS> Get(string id)
 {
     return(await _FlightService.AirlineByCodeAsync(id));
 }