Beispiel #1
0
 public List <Matriculas> obtenerMatriculas()
 {
     try
     {
         return(matricula.ObtenerMatriculas());
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }