コード例 #1
0
 public async Task <ActionResult <Alumno> > GetAllMayores(int id)
 {
     return(AlumnoRepository.Get(id) ?? null);
 }