Ejemplo n.º 1
0
 public bool habilitar(int id)
 {
     return(articuloDAL.habilitar(id));
 }