Exemplo n.º 1
0
 public StudentViewModel GetByAcademicRegistration(int id)
 {
     return(studentAppService.GetByAcademicRegistration(id));
 }