public LedgerTransactionRepository(BankingLedgerContext db)
 {
     this._db = db;
 }
Пример #2
0
 public AccountRepository(BankingLedgerContext db)
 {
     this._db = db;
 }