From fb4f4798ddaa617547f502eb4d82241994645a40 Mon Sep 17 00:00:00 2001 From: mirage <119869686+ClementBobin@users.noreply.github.com> Date: Wed, 4 Mar 2026 13:05:41 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20Ajout=20de=20la=20documentation=20XML?= =?UTF-8?q?=20pour=20les=20m=C3=A9thodes=20de=20g=C3=A9n=C3=A9ration=20dan?= =?UTF-8?q?s=20SeedDataLocal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Webzine.Entity/Fixtures/SeedDataLocal.cs | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/Webzine.Entity/Fixtures/SeedDataLocal.cs b/Webzine.Entity/Fixtures/SeedDataLocal.cs index 15ef444..27204c4 100644 --- a/Webzine.Entity/Fixtures/SeedDataLocal.cs +++ b/Webzine.Entity/Fixtures/SeedDataLocal.cs @@ -1,6 +1,6 @@ namespace Webzine.Entity.Fixtures; -using Webzine.Entity; +using Entity; using Faker; using System; using System.Collections.Generic; @@ -8,6 +8,9 @@ using System.Linq; public class SeedDataLocal { + /// + /// Dictionnaire contenant des données de musique réelles pour les titres générés. + /// public Dictionary RealMusicData { get; set; } = new Dictionary { @@ -66,6 +69,11 @@ public class SeedDataLocal } + /// + /// Génère une liste de styles de musique à partir d'une liste prédéfinie de noms de styles. + /// + /// Nombre de styles à générer (maximum 15, car il y a 15 styles prédéfinis) + /// Liste de styles de musique générés public List