예제 #1
0
 public Aluno GetAluno(int id)
 {
     return(rep.GetAluno(id));
 }