예제 #1
0
 public void DebitAmountAsCr()
 {
     var amount = new Amount(_account, EntryType.Debit, 10M);
     Assert.That(amount.AsCr(), Is.Null);
 }