modification

Link_to_npgsql
Nicolas MAYE 2 years ago
parent 6e35e92208
commit 4548789618

@ -79,7 +79,7 @@ namespace LinqToPgSQL
using (var command1 = new NpgsqlCommand(requete, conn)) using (var command1 = new NpgsqlCommand(requete, conn))
{ {
command1.Parameters.AddWithValue("p2", i.Id); command1.Parameters.AddWithValue("p", i.Id);
await command1.ExecuteNonQueryAsync(); await command1.ExecuteNonQueryAsync();
} }

@ -39,6 +39,8 @@ namespace Model
Comptes.Add(new("PEL", 22000)); Comptes.Add(new("PEL", 22000));
return Comptes; return Comptes;
} }
} }
} }

Loading…
Cancel
Save