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