Example #1
0
 public void update(MODEL.Venda venda)
 {
     DAL.VendaDAL dalVend = new DAL.VendaDAL();
     dalVend.update(venda);
 }