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