Example #1
0
 public static void DeleteCustomerGroup(CustomerGroupDTO group)
 {
     exceptionHandling(() => Instance.DeleteCustomerGroup(Token, @group));
 }
Example #2
0
 public static CustomerGroupDTO SaveCustomerGroup(CustomerGroupDTO customerGroup)
 {
     return(exceptionHandling(() => Instance.SaveCustomerGroup(Token, customerGroup)));
 }