Esempio n. 1
0
 public EntityFrameworkUnitOfWork(IDbContextProvider dbProvider)
 {
     _dbContext = dbProvider.GetBudgItDbContext();
 }