public void MET_InsertarDetalleDevolucion(int ID_Devolucion, int Venta, int Detalle, int Producto, double Precio, int Cantidad) { INST_InsertarDetalleDevoluion.MET_InsertarDetalleDevolucion(Convert.ToInt32(ID_Devolucion), Convert.ToInt32(Venta), Convert.ToInt32(Detalle), Convert.ToInt32(Producto), Convert.ToDouble(Precio), Convert.ToInt32(Cantidad)); }