public ScenarioRepository(TestDbContext testDbContext) { _testDbContext = testDbContext; }
public LoanRepository(TestDbContext testDbContext) { _testDbContext = testDbContext; LoadFakeLoans(); }