Beispiel #1
0
 //constructor to set instance of ProductList
 public Order()
 {
     Catalog = new ProductList();
 }