示例#1
0
 public TurmasController(TesteBackend8Context context)
 {
     _context = context;
 }
 public SeedingService(TesteBackend8Context context)
 {
     _context = context;
 }
 public TurmaService(TesteBackend8Context context)
 {
     _context = context;
 }
 public AlunoService(TesteBackend8Context context)
 {
     _context = context;
 }