Beispiel #1
0
 public ScenarioRepository(TestDbContext testDbContext)
 {
     _testDbContext = testDbContext;
 }
Beispiel #2
0
 public LoanRepository(TestDbContext testDbContext)
 {
     _testDbContext = testDbContext;
     LoadFakeLoans();
 }