コード例 #1
0
ファイル: StudentsController.cs プロジェクト: s19434/cw5
 public IActionResult GetStudent(string index)
 {
     return(Ok(_dbService.GetEnrollments(index)));
 }