Example #1
0
 public List <Matricula> Mostrar()
 {
     return(dal.ListarMatricula());
 }