Exemple #1
0
 internal void addProduct(System02.Product p)
 {
     productList.Add(p);
 }
Exemple #2
0
 internal void addCustomer(System02.Customer c)
 {
     customerList.Add(c);
 }