Exemplo n.º 1
0
 public bool IsEqual(ExchangeRateTypesEnum enumItem)
 {
     return(this.Name == enumItem.ToString());
 }
Exemplo n.º 2
0
 public static ExchangeRateType Create(ExchangeRateTypesEnum enumItem)
 {
     return(new ExchangeRateType {
         Name = enumItem.ToString()
     });
 }