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