Example #1
0
 public IActionResult GetStudentList()
 {
     return(Ok(_studentsDbService.GetStudentList()));
 }