Ejemplo n.º 1
0
 public ProductsToSell()
 {
     Product  = new BaseProduct();
     Supplier = new Vendor();
 }