Example #1
0
 public void RemoverVendas(HistoricoDeVenda hv)
 {
     this.Vendas.Remove(hv);
 }
Example #2
0
 public void AddVendas(HistoricoDeVenda hv)
 {
     this.Vendas.Add(hv);
 }