Ejemplo n.º 1
0
 public void Add(StoppingPlace stop)
 {
     _stopsList.Add(stop);
 }
 public void SaveLastChoicedStop(Core.Travel.StoppingPlace stop)
 {
     latestChociedStop.Clear();
     latestChociedStop.Add(stop);
     latestChociedStop.Save(_filesystem);
 }