Example #1
0
 public void AddOuting(Outing outing)
 {
     outings.Add(outing);
 }