Beispiel #1
0
 public CountryToCurrency(Country country, Currency currency)
     : this(country, currency, Date.MinValue)
 {
 }
Beispiel #2
0
 public CountryToCurrency(Country country, Currency currency, Date startdate)
 {
     m_Country = country;
     m_Currency = currency;
     m_StartDate = startdate;
 }