Exemplo n.º 1
0
 public void _met_insert_venta(cls_vo_ventas _cls_vent)
 {
     if (_cls_con._met_acciones("exec _SP_ventas '1','" + _cls_vent.Int_id_vent + "','" + _cls_vent.Int_cant_product + "','" + _cls_vent.Dc_total_vent + "','" + _cls_vent.Dc_pago + "','" + _cls_vent.Str_rfc + "','" + _cls_vent.Str_cli + "','','0.00',''"))
     {
         _action = true;
     }
 }
Exemplo n.º 2
0
 public void _met_insert_venta_detalle(cls_vo_ventas _cls_vent)
 {
     _cls_con._met_acciones("exec _SP_ventas '2','" + _cls_vent.Int_id_vent + "','','0.00','0.00','','','" + _cls_vent.Str_codigo + "','" + _cls_vent.Dc_precXuni + "','" + _cls_vent.Int_cant + "'");
 }