Exemple #1
0
 public EmergencyContactListRepository(StudentFormContext context) : base(context)
 {
 }
Exemple #2
0
 public StudentRepository(StudentFormContext context) : base(context)
 {
 }
 public GenericRepository(StudentFormContext _context)
 {
     context = _context;
 }
Exemple #4
0
 public StudentsController(StudentFormContext context)
 {
     _context = context;
 }