Exemple #1
0
 public GenericRepository(StudentDbContext context)
 {
     _dbContext = context;
 }
Exemple #2
0
 public UnitOfWork(StudentDbContext studentDbContext)
 {
     _studentContext = studentDbContext;
 }