Example #1
0
 public void MET_InsertarDetallesVenta(int IDVenta, int IDProducto, string Cantidad,
                                       double ITBIS, double SUBTOTAL)
 {
     INST_InsertarDetalleVenta.MET_InsertarDetalleVenta(Convert.ToInt32(IDVenta),
                                                        Convert.ToInt32(IDProducto), Convert.ToInt32(Cantidad),
                                                        Convert.ToDouble(ITBIS), Convert.ToDouble(SUBTOTAL));
 }