Example #1
0
 public async Task <IActionResult> GetMyAirline()
 {
     return(Ok(await _airlineService.GetMyAirline()));
 }