示例#1
0
 public void MET_InsertarDetalleDevolucionCuandoNoSeDevuelveTodo(int ID_Devolucion, int Venta, int Detalle,
                                                                 int Producto, double Precio, int Cantidad)
 {
     INST_InsertarDetalleDevolucionCuandoNoSeDevuelveTodo.MET_INST_InsertarDetalleDevolucionCuandoNoSeDevuelveTodo(
         Convert.ToInt32(ID_Devolucion), Convert.ToInt32(Venta),
         Convert.ToInt32(Detalle), Convert.ToInt32(Producto), Convert.ToDouble(Precio),
         Convert.ToInt32(Cantidad));
 }