コード例 #1
0
 public ScenarioRepository(TestDbContext testDbContext)
 {
     _testDbContext = testDbContext;
 }
コード例 #2
0
ファイル: LoanRepository.cs プロジェクト: SamLad2015/KensMort
 public LoanRepository(TestDbContext testDbContext)
 {
     _testDbContext = testDbContext;
     LoadFakeLoans();
 }