Пример #1
0
 public ILedgerInfo <TransactioneeIdType> EntriesOf(ITransactionee <TransactioneeIdType> transactionee)
 {
     ledgerInfo.PersonId = transactionee.PrimaryKey;
     return(ledgerInfo);
 }
Пример #2
0
 public IPersonBalance <TransactioneeIdType> TheBalanceOf(ITransactionee <TransactioneeIdType> transactionee)
 {
     return(personBalance.Person(transactionee.PrimaryKey));
 }
Пример #3
0
 public ILedgerTransaction <TransactioneeIdType> To(ITransactionee <TransactioneeIdType> transactionee)
 {
     person2 = transactionee;
     return(this);
 }