Exemplo n.º 1
0
 public GenericRepository(INglDbContext dbContext) : base(dbContext)
 {
 }
Exemplo n.º 2
0
 public SchoolRepository(INglDbContext dbContext) : base(dbContext)
 {
 }
 public AssessmentSectionRepository(INglDbContext dbContext) : base(dbContext) { }
Exemplo n.º 4
0
 public AttendanceRepository(INglDbContext dbContext) : base(dbContext) { }
 public StudentSectionAttendanceRepository(INglDbContext dbContext) : base(dbContext)
 {
 }
Exemplo n.º 6
0
 public StaffRepository(INglDbContext dbContext) : base(dbContext)
 {
 }
Exemplo n.º 7
0
 public LocationRepository(INglDbContext dbContext) : base(dbContext)
 {
 }
Exemplo n.º 8
0
 public RepositoryBase(INglDbContext dbContext)
 {
     DbContext = dbContext;
 }
 public LearningStandardRepository(INglDbContext dbContext, IMapper<LearningStandard, CommonCoreStandardListItemModel> learningStandardToCommonCoreStandardListItemModelMapper) : base(dbContext)
 {
     _learningStandardToCommonCoreStandardListItemModelMapper = learningStandardToCommonCoreStandardListItemModelMapper;
     _commonCoreStandards = DbContext.Set<LearningStandard>().ToEnumerable();
 }
Exemplo n.º 10
0
 public AttendanceRepository(INglDbContext dbContext) : base(dbContext)
 {
 }
Exemplo n.º 11
0
 public PeriodRepository(INglDbContext dbContext) : base(dbContext)
 {
 }
Exemplo n.º 12
0
 public LearningStandardRepository(INglDbContext dbContext, IMapper <LearningStandard, CommonCoreStandardListItemModel> learningStandardToCommonCoreStandardListItemModelMapper) : base(dbContext)
 {
     _learningStandardToCommonCoreStandardListItemModelMapper = learningStandardToCommonCoreStandardListItemModelMapper;
     _commonCoreStandards = DbContext.Set <LearningStandard>().ToEnumerable();
 }
Exemplo n.º 13
0
 public SessionRepository(INglDbContext dbContext) : base(dbContext) { }
Exemplo n.º 14
0
 public RepositoryBase(INglDbContext dbContext)
 {
     DbContext = dbContext;
 }
Exemplo n.º 15
0
 public SessionRepository(INglDbContext dbContext) : base(dbContext)
 {
 }
Exemplo n.º 16
0
 public StudentSectionRepository(INglDbContext dbContext) : base(dbContext)
 {
 }
 public StudentSectionAttendanceRepository(INglDbContext dbContext) : base(dbContext)
 {
 }
Exemplo n.º 18
0
 public PeriodRepository(INglDbContext dbContext) : base(dbContext)
 {
 }
Exemplo n.º 19
0
 public StaffRepository(INglDbContext dbContext) : base(dbContext)
 {
 }
Exemplo n.º 20
0
 public AssessmentSectionRepository(INglDbContext dbContext) : base(dbContext)
 {
 }
Exemplo n.º 21
0
 public LocationRepository(INglDbContext dbContext) : base(dbContext)
 {
 }
Exemplo n.º 22
0
 public StudentRepository(INglDbContext dbContext) : base(dbContext) { }
Exemplo n.º 23
0
 public CourseRepository(INglDbContext dbContext) : base(dbContext)
 {
 }
Exemplo n.º 24
0
 public CourseRepository(INglDbContext dbContext) : base(dbContext)
 {
 }
Exemplo n.º 25
0
 public SchoolRepository(INglDbContext dbContext) : base(dbContext)
 {
 }
Exemplo n.º 26
0
 public ParentRepository(INglDbContext dbContext) : base(dbContext) { }
Exemplo n.º 27
0
 public ParentRepository(INglDbContext dbContext) : base(dbContext)
 {
 }