示例#1
0
 public EntityFrameworkUnitOfWork(IDbContextProvider dbProvider)
 {
     _dbContext = dbProvider.GetTrainingDbContext();
 }