コード例 #1
0
ファイル: StudentsController.cs プロジェクト: s18526/tut1
 public IActionResult GetStudents(string orderBy)
 {
     return(Ok(_studentsSerivceDb.GetStudents()));
 }
コード例 #2
0
 public IActionResult GetStudents(string orderBy)
 {
     return(Ok(_dbService.GetStudents()));
 }