Пример #1
0
 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;
 }
Пример #5
0
 public StepRepo(IUnitOfWork uow)
 {
     _context = uow.Context as KBContext;
 }
Пример #6
0
 public ProblemRepo(IUnitOfWork uow)
 {
     _context = uow.Context as KBContext;
 }
Пример #7
0
 public SolutionRepo(IUnitOfWork uow)
 {
     _context = uow.Context as KBContext;
 }
Пример #8
0
 public StepRepo(IUnitOfWork uow)
 {
     _context = uow.Context as KBContext;
 }