Пример #1
0
 public static int GetPaymentMethodValue(this OrderEnum.PaymentMethodEnum orderType)
 {
     return(OrderEnum.PaymentMethodToValue(orderType));
 }
Пример #2
0
 public static int GetShippingMethodValue(this OrderEnum.ShippingMethodEnum orderType)
 {
     return(OrderEnum.ShippingMethodToValue(orderType));
 }
Пример #3
0
 public static int GetDisplayRowsValue(this OrderEnum.DisplayRowsEnum orderType)
 {
     return(OrderEnum.DisplayRowsToValue(orderType));
 }
Пример #4
0
 public static int GetPaymentStatusValue(this OrderEnum.PaymentStatusEnum orderType)
 {
     return(OrderEnum.PaymentStatusToValue(orderType));
 }
Пример #5
0
 public static int GetOrderTypeValue(this OrderEnum.OrderTypeEnum orderType)
 {
     return(OrderEnum.OrderTypeToValue(orderType));
 }