public BaseRepository(EfCoreContext context) { _context = context; }
public UnitOfWork() { _dbContext = new EfCoreContext(); }