public SQLiteAccountRepository(ExchangeOfficeContext db)
 {
     this.db = db;
 }
 public SQLiteDateRepository(ExchangeOfficeContext db)
 {
     this.db = db;
 }
Exemplo n.º 3
0
 public SQLiteCurrencyExchangeRepository(ExchangeOfficeContext db)
 {
     this.db = db;
 }
 public SQLiteCustomerRepository(ExchangeOfficeContext db)
 {
     this.db = db;
 }