public UserRepository(OnlineTeamScanContext context) : base(context)
 {
 }
예제 #2
0
 public GenericRepository(OnlineTeamScanContext context)
 {
     _context = context;
     _dbSet   = context.Set <TEntity>();
 }
 public TeamscanRepository(OnlineTeamScanContext context) : base(context)
 {
 }
예제 #4
0
 public QuestionTranslationRepository(OnlineTeamScanContext context) : base(context)
 {
 }
예제 #5
0
 public UnitOfWork(OnlineTeamScanContext context)
 {
     _context = context;
 }
예제 #6
0
 public InterpretationRepository(OnlineTeamScanContext context) : base(context)
 {
 }
 public DysfunctionRepository(OnlineTeamScanContext context) : base(context)
 {
 }
예제 #8
0
 public LevelRepository(OnlineTeamScanContext context) : base(context)
 {
 }
예제 #9
0
 public IndividualScoreRepository(OnlineTeamScanContext context) : base(context)
 {
 }
예제 #10
0
 public RecommendationTranslationRepository(OnlineTeamScanContext context) : base(context)
 {
 }