Ejemplo n.º 1
0
 public List <Matricula> buscarCodigo(string pBuscar)
 {
     return(dal.buscarPorCodigo(pBuscar));
 }