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