Exemplo n.º 1
0
 public async Task <List <FlightRating> > FlightRating()
 {
     return(await _repository.FlightRating());
 }