Пример #1
0
 public int QueryFlightPrice(Transaction context, String flight)
 {
     return(Flights.QueryPrice(context, RID.forFlight(flight)));
 }