Пример #1
0
 public bool TryGetValue(PassengerClassType key, out PassengerClass value)
 {
     return(ClassDemand.TryGetValue(key, out value));
 }