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