Beispiel #1
0
 public int verificar(Matricula pMatricula)
 {
     return(dal.matriculaNoExist(pMatricula));
 }