コード例 #1
0
 public BaseRepository()
 {
     Context = _contextManager.GetContext();
     DbSet   = Context.Set <TEntity>();
 }
コード例 #2
0
 public UnitOfWork()
 {
     _context    = _contextManager.GetContext();
     _logContext = _contextManager.GetContextLog();
 }