Exemplo n.º 1
0
 public Money(decimal amount, string currencyNumber)
 {
     Amount           = amount;
     CurrencyNumeric3 = currencyNumber;
     CurrencyAlpha3   = MoneyFormatInfo.GetIsoField(currencyNumber);
 }