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