Esempio n. 1
0
 public void Add(Plan plan)
 {
     plan.Id = Plans.GetNewId();
     Plans.Add(plan);
     SortPlans();
 }