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