Esempio n. 1
0
 public static string ToDisplayString(this OrderTransactionEventType otet, CultureInfo ci = null)
 {
     return(_rm.GetString($"{nameof(OrderTransactionEventType)}.{otet}"));
 }
Esempio n. 2
0
 public static bool IsClosed(this OrderTransactionEventType eventType) => eventType switch
 {