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