Example #1
0
 public static int GetStatusValue(this CustomerEnum.StatusEnum orderType)
 {
     return(CustomerEnum.StatusToValue(orderType));
 }
Example #2
0
 public static int GetCustomerTypeValue(this CustomerEnum.CustomerTypeEnum orderType)
 {
     return(CustomerEnum.CustomerTypeToValue(orderType));
 }