public BaseRepository(PUContext puContext) { _puContext = puContext; _entities = puContext.Set <T>(); }
public UnitOfWork(PUContext context) { _context = context; }
public UserRepository(PUContext puContext) : base(puContext) { }