示例#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;
 }