Ejemplo n.º 1
0
 public bool ActualizarMatriculaBL(Matricula Matricula)
 {
     return(maestraDAL.SaveMatricula(Matricula));
 }