Пример #1
0
        public UnitOfWork(PlutoContext context)
        {
            _context   = context;
            _dbContext = new MVCTutorialEntitiesContainer();

            Member = new MemberRepository(_context);
        }
Пример #2
0
 public UnitOfWork()
 {
     _dbContext = new MVCTutorialEntitiesContainer();
 }