public void Remove(ZST_PV_CLASE_PEDIDO value) { List.Remove(value); }
public bool Contains(ZST_PV_CLASE_PEDIDO value) { return(List.Contains(value)); }
public void Insert(int index, ZST_PV_CLASE_PEDIDO value) { List.Insert(index, value); }
public int IndexOf(ZST_PV_CLASE_PEDIDO value) { return(List.IndexOf(value)); }
public int Add(ZST_PV_CLASE_PEDIDO value) { return(List.Add(value)); }