Exemplo n.º 1
0
 public int QueryFlight(Transaction context, String flight)
 {
     return(Flights.Query(context, RID.forFlight(flight)));
 }