Example #1
0
 private void Dialog_OnGetPlaceName(object sender, SupportingSystems.CreateStopLocationEventArgs e)
 {
     JourneyRepository.UpdateWithEndPoint(e.TripId, e.PlaceName);
 }