Beispiel #1
0
 public MatriculasController(testeprowayContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public AlunosController(testeprowayContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public SalasController(testeprowayContext context)
 {
     _context = context;
 }
 public LanchonetesController(testeprowayContext context)
 {
     _context = context;
 }