Beispiel #1
0
 public TripRepository(InMemoryDB db)
 {
     this.InMemoryDB = db;
 }
Beispiel #2
0
 public PersonRepository(InMemoryDB db)
 {
     this.InMemoryDB = db;
 }
Beispiel #3
0
 public ExpenseRepository(InMemoryDB db)
 {
     this.InMemoryDB = db;
 }