Example #1
0
 public void AgregarDetallesCompra(DetalleCompra detallecompra)
 {
     this.Productos.Add(detallecompra);
 }
Example #2
0
 public void borrarDetalleCarrito(DetalleCompra detalle)
 {
     this.Carrito.Productos.Remove(detalle);
 }
Example #3
0
 public void borrarDetalleCarrito(DetalleCompra detalle)
 {
     this.Carrito.Productos.Remove(detalle);
 }
Example #4
0
 public void AgregarDetallesCompra(DetalleCompra detallecompra)
 {
     this.Productos.Add(detallecompra);
 }