Example #1
0
 public Boolean AggiungiProdotto(ElementoCatalogo p)
 {
     return(_carrello.AddProdotto(p));
 }