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