Пример #1
0
 public PaymentTypeEf(PaymentTypeEnum @enum)
 {
     Id   = (int)@enum;
     Name = @enum.GetDescription();
 }