예제 #1
0
 public AttendanceRepository(DataLayer.AppContext context)
 {
     _context = context;
 }
 public MarkRepository(DataLayer.AppContext context)
 {
     _context = context;
 }
예제 #3
0
 public SeminarRepository(DataLayer.AppContext context)
 {
     _context = context;
 }
예제 #4
0
 public CourseRepository(DataLayer.AppContext context)
 {
     _context = context;
 }
예제 #5
0
 public UniSubjectRepository(DataLayer.AppContext context)
 {
     _context = context;
 }
예제 #6
0
 public ProfessorRepository(DataLayer.AppContext context)
 {
     _context = context;
 }
 public QuestionRepository(DataLayer.AppContext context)
 {
     _context = context;
 }
 public AnswerRepository(DataLayer.AppContext context)
 {
     _context = context;
 }
 public FileRepository(DataLayer.AppContext context)
 {
     _context = context;
 }
예제 #10
0
 public LaboratoryRepository(DataLayer.AppContext context)
 {
     _context = context;
 }
 public StudentRepository(DataLayer.AppContext context)
 {
     _context = context;
 }