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