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