Commande dotnet format

This commit is contained in:
josephine.vetu
2026-03-28 10:09:18 +01:00
committed by b.nodon
parent 18075a9792
commit fe2a339fc1
51 changed files with 265 additions and 228 deletions

View File

@@ -1,7 +1,7 @@
using System.ComponentModel.DataAnnotations;
namespace Webzine.Entity
namespace Webzine.Entity
{
using System.ComponentModel.DataAnnotations;
/// <summary>
/// Classe représentant un style de musique.
/// </summary>
@@ -26,4 +26,4 @@ namespace Webzine.Entity
/// </summary>
public List<Titre> Titres { get; set; } = new List<Titre>();
}
}
}