public AlunosService(coreSchoolSimpleContext context)
 {
     _context = context;
 }
Ejemplo n.º 2
0
 public TurmasController(coreSchoolSimpleContext context)
 {
     _context = context;
 }
Ejemplo n.º 3
0
 public ProfessorService(coreSchoolSimpleContext context)
 {
     _context = context;
 }