コード例 #1
0
 public void RemoverVenda(Venda Vd)
 {
     Vendas.Remove(Vd);
 }
コード例 #2
0
 public void IncluirVenda(Venda Vd)
 {
     Vendas.Add(Vd);
 }