public ProblemRepo(IUnitOfWork uow) { _context = uow.Context as KBContext; }
public SubCategoryRepo(IUnitOfWork uow) { _context = uow.Context as KBContext; }
public SolutionRepo(IUnitOfWork uow) { _context = uow.Context as KBContext; }
public StepRepo(IUnitOfWork uow) { _context = uow.Context as KBContext; }