Beispiel #1
0
 public Dictionary <PaymentCycle, string> GetCycles()
 {
     return(EnumInfo <PaymentCycle>
            .GetValues()
            .ToDictionary(o => o.Key, o => o.Value));
 }