Ejemplo n.º 1
0
 public CountTypesCommand(CountTypesReceiver receiver, List <ProductCar> cars)
 {
     this.receiver = receiver;
     this.cars     = cars;
 }