Example #1
0
 public void RunCommand(ICommand command, IceCream iceCream)
 {
     command.Execute(listOficeCreams, iceCream);
 }
Example #2
0
 public void SetIceCream(IceCream iceCream)
 {
     _iceCream = iceCream;
 }