Exemple #1
0
 public DisciplineController(ApsContext context)
 {
     _context = context;
 }
Exemple #2
0
 public TeacherController(ApsContext context)
 {
     _context = context;
 }