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