예제 #1
0
파일: Order.cs 프로젝트: jura40/IceCreams
 public void RunCommand(ICommand command, IceCream iceCream)
 {
     command.Execute(listOficeCreams, iceCream);
 }
예제 #2
0
 public void SetIceCream(IceCream iceCream)
 {
     _iceCream = iceCream;
 }