personal arreglado

This commit is contained in:
carlos
2024-01-23 20:43:38 -06:00
parent f516c3d45a
commit cfd142504b
8 changed files with 3 additions and 7 deletions
-2
View File
@@ -171,8 +171,6 @@ namespace compabetov2.database
SQLiteCommand commandEmpleado = new SQLiteCommand(sqlEmpleado, conexion);
commandEmpleado.Parameters.AddWithValue("@fklogin", fkLogin);
commandEmpleado.Parameters.AddWithValue("@idempleado", idempleado);
commandEmpleado.ExecuteNonQuery();
transaccion.Commit();