コード例 #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;
 }