public override Product CreateProduct()
 {
     var chair = new Chair("A chair created by the chair creator");
     return chair;
 }
Ejemplo n.º 2
0
 public override Product CreateProduct()
 {
     var chair = new Chair("A chair created by the chair creator");
     return chair;
 }