Beispiel #1
0
 public Money(CurrencyInfo currencyInfo, long units) : this(currencyInfo) => _units = units;
Beispiel #2
0
 private Money(CurrencyInfo currencyInfo) : this()
 {
     CreatedDate  = DateTime.UtcNow;
     CurrencyInfo = currencyInfo;
 }