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