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