Example #1
0
 public IActionResult GetStudentEnrollmentById(string id)
 {
     return(Ok(_dbService.GetStudentEnrollmentByIndexNumber(id)));
 }