コード例 #1
0
 public void AddCustomer(CustomerViewModel customerViewModel)
 {
     _customers.Add(customerViewModel);
 }
コード例 #2
0
 public void AddParentCustomer(CustomerViewModel parentCustomer)
 {
     _parentCustomers.Add(parentCustomer);
 }