Ejemplo n.º 1
0
 public EmergencyContactListRepository(StudentFormContext context) : base(context)
 {
 }
Ejemplo n.º 2
0
 public StudentRepository(StudentFormContext context) : base(context)
 {
 }
 public GenericRepository(StudentFormContext _context)
 {
     context = _context;
 }
Ejemplo n.º 4
0
 public StudentsController(StudentFormContext context)
 {
     _context = context;
 }