Exemplo n.º 1
0
 public PaymentItemType(PaymentItemTypes paymentItemTypes)
 {
     PaymentItemTypeId = (int)paymentItemTypes;
 }
Exemplo n.º 2
0
 public static TransactionTypes GetTransactionType(PaymentItemTypes paymentItemTypes)
 {
     return(_transTypesList[paymentItemTypes]);
 }