Exemplo n.º 1
0
 public void updateTotal(Cart cart) {
   dao.updateTotal(cart);
 }