Ejemplo n.º 1
0
 public int Agregar(Matricula pMatricula)
 {
     return(dal.Agregar(pMatricula));
 }