Example #1
0
 public void AddCake(Cake cake)
 {
     ListOfCakes.Add(cake);
 }
Example #2
0
 public void ClearList()
 {
     ListOfCakes.Clear();
 }