Beispiel #1
0
 public EfLoanApplicationRepository(LoanDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
Beispiel #2
0
 public EfUnitOfWork(LoanDbContext dbContext)
 {
     this.dbContext = dbContext;
 }