コード例 #1
0
ファイル: StudentController.cs プロジェクト: levien14/T1708Ee
 public StudentController(StudentContext context)
 {
     _context = context;
 }