예제 #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;
 }