Exemplo n.º 1
0
 public ScenarioRepository(TestDbContext testDbContext)
 {
     _testDbContext = testDbContext;
 }
Exemplo n.º 2
0
 public LoanRepository(TestDbContext testDbContext)
 {
     _testDbContext = testDbContext;
     LoadFakeLoans();
 }