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