コード例 #1
0
 public TurmasController(TheAmazingSchoolContext context)
 {
     _context = context;
 }
コード例 #2
0
 public TurmaService(TheAmazingSchoolContext context)
 {
     _context = context;
 }
コード例 #3
0
 public AlunosController(TheAmazingSchoolContext context)
 {
     _context = context;
 }