Ejemplo n.º 1
0
 public Student GetStudentById(int studentId)
 {
     return(_studentService.GetStudentById(studentId));
 }