Add dto and services

This commit is contained in:
2025-04-10 01:27:46 +02:00
parent 3537465588
commit 69a3570a60
23 changed files with 283 additions and 10 deletions

View File

@@ -173,7 +173,7 @@ namespace GameIdeas.WebAPI.Migrations
NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property<int>("Id"));
b.Property<string>("Libelle")
b.Property<string>("Label")
.IsRequired()
.HasColumnType("text");