Exemple #1
0
 public static void Send(StationsAndPlacesOfInterestModeReason reason, bool fromWhereTo)
 {
     new StationsAndPlacesOfInterestModeMessage(reason, fromWhereTo).Send();
 }
Exemple #2
0
 public StationsAndPlacesOfInterestModeMessage(StationsAndPlacesOfInterestModeReason reason, bool fromWhereTo)
 {
     this.Reason      = reason;
     this.FromWhereTo = fromWhereTo;
 }