예제 #1
0
 public UnitOfWork(SecretSantaDbContext dbContext)
 {
     this._dbContext = dbContext;
 }
예제 #2
0
 public GenericRepository(SecretSantaDbContext dbContext)
 {
     this._dbContext = dbContext;
 }