public ApplicantRepo(TContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public ContactRepo(TContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public FacilitatorRepo(TContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public ForumRepo(TContext context)
 {
     _context = context;
 }
Beispiel #5
0
 public StudentForumRepo(TContext context)
 {
     _context = context;
 }
Beispiel #6
0
 public CourseRepo(TContext context)
 {
     _context = context;
 }
Beispiel #7
0
 public StudentRepo(TContext context)
 {
     _context = context;
 }