Ejemplo n.º 1
0
 public bool Update(LedgerEntry readLedgerEntry)
 {
     return(UpdateItem(readLedgerEntry.Index(), readLedgerEntry));
 }
Ejemplo n.º 2
0
 public bool Add(LedgerEntry entry)
 {
     return(AddItem(entry.Index(), entry));
 }