Example #1
0
 public AddOreBoxToMine(Ikea ikea)
 {
     this.ikea = ikea;
 }
 public AddOreBoxToMine(Ikea ikea)
 {
     this.ikea = ikea;
 }
Example #3
0
 public AddProductBoxtoIkea(Ikea ikea)
 {
     this.ikea = ikea;
 }