Esempio n. 1
0
 public ILedgerInfo <TransactioneeIdType> EntriesOf(ITransactionee <TransactioneeIdType> transactionee)
 {
     ledgerInfo.PersonId = transactionee.PrimaryKey;
     return(ledgerInfo);
 }
Esempio n. 2
0
 public IPersonBalance <TransactioneeIdType> TheBalanceOf(ITransactionee <TransactioneeIdType> transactionee)
 {
     return(personBalance.Person(transactionee.PrimaryKey));
 }
Esempio n. 3
0
 public ILedgerTransaction <TransactioneeIdType> To(ITransactionee <TransactioneeIdType> transactionee)
 {
     person2 = transactionee;
     return(this);
 }