コード例 #1
0
ファイル: StudentsController.cs プロジェクト: s17804/cw10
 public IActionResult GetStudentList()
 {
     return(Ok(_studentsDbService.GetStudentList()));
 }