public SQLiteAccountRepository(ExchangeOfficeContext db) { this.db = db; }
public SQLiteDateRepository(ExchangeOfficeContext db) { this.db = db; }
public SQLiteCurrencyExchangeRepository(ExchangeOfficeContext db) { this.db = db; }
public SQLiteCustomerRepository(ExchangeOfficeContext db) { this.db = db; }