예제 #1
0
 public static CustomerExtendedGroup CreateCustomerExtendedGroup(int customerExtendedGroupID)
 {
     CustomerExtendedGroup customerExtendedGroup = new CustomerExtendedGroup();
     customerExtendedGroup.CustomerExtendedGroupID = customerExtendedGroupID;
     return customerExtendedGroup;
 }
예제 #2
0
 public void AddToCustomerExtendedGroups(CustomerExtendedGroup customerExtendedGroup)
 {
     base.AddObject("CustomerExtendedGroups", customerExtendedGroup);
 }