예제 #1
0
 public CreatDetailsCommand(CreateRandomDetail randomDetail)
 {
     this.randomDetail = randomDetail;
 }
예제 #2
0
 public CreateCarCommand(Factory factory, CreateRandomDetail randomDetail)
 {
     this.factory      = factory;
     this.randomDetail = randomDetail;
 }