示例#1
0
 public CargoCommand(OrderOperations orderOperations)
 {
     this.orderOperations = orderOperations;
 }
示例#2
0
 public NotifyCommand(OrderOperations orderOperations)
 {
     this.orderOperations = orderOperations;
 }
示例#3
0
 public CreateCommand(OrderOperations orderOperations)
 {
     this.orderOperations = orderOperations;
 }