Ejemplo n.º 1
0
 public StudentController(SchoolContext context)
 {
     _context    = context;
     _repository = new StudentRepository(context);
 }