public ProblemRepo(IUnitOfWork uow)
 {
     _context = uow.Context as KBContext;
 }
 public SubCategoryRepo(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;
 }
Esempio n. 5
0
 public StepRepo(IUnitOfWork uow)
 {
     _context = uow.Context as KBContext;
 }
Esempio n. 6
0
 public ProblemRepo(IUnitOfWork uow)
 {
     _context = uow.Context as KBContext;
 }
 public SolutionRepo(IUnitOfWork uow)
 {
     _context = uow.Context as KBContext;
 }
Esempio n. 8
0
 public StepRepo(IUnitOfWork uow)
 {
     _context = uow.Context as KBContext;
 }