Exemplo n.º 1
0
 public Profesore FindProfesorById(int idProfe)
 {
     return(commonR.FindProfesorById(idProfe));
 }