bajar cambios3

This commit is contained in:
carlos
2024-01-03 13:30:11 -06:00
parent 36859334e4
commit 3f37de0deb
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ namespace compabetov2.database
using (SQLiteCommand command = new SQLiteCommand(sql, conexion))
{
command.Parameters.AddWithValue("@nombre", producto.nombre);
command.Parameters.AddWithValue("@nombre", producto.nombre);
command.Parameters.AddWithValue("@descripcion", producto.descripcion);
command.Parameters.AddWithValue("@precio", producto.precion);
command.Parameters.AddWithValue("@img", producto.img);