コード例 #1
0
 public Tutor_detailsController(Student_Mgmt_System_DB context)
 {
     _context = context;
 }
コード例 #2
0
 public Student_enrollmentController(Student_Mgmt_System_DB context)
 {
     _context = context;
 }