@ -79,7 +79,7 @@ namespace LinqToPgSQL
using (var command1 = new NpgsqlCommand(requete, conn))
{
command1.Parameters.AddWithValue("p2", i.Id);
command1.Parameters.AddWithValue("p", i.Id);
await command1.ExecuteNonQueryAsync();
}
@ -39,6 +39,8 @@ namespace Model
Comptes.Add(new("PEL", 22000));
return Comptes;