public InstructorRepository(Entities.DEVContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public CourseRepository(Entities.DEVContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public RegistrationRepository(Entities.DEVContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public TaskRepository(Entities.DEVContext context)
 {
     _context = context;
 }
Exemplo n.º 5
0
 public StudentRepository(Entities.DEVContext context)
 {
     _context = context;
 }