Commande dotnet format

This commit is contained in:
josephine.vetu
2026-03-28 10:09:18 +01:00
parent 291a008d8d
commit d5dd75ed9d
51 changed files with 265 additions and 228 deletions

View File

@@ -5,11 +5,11 @@
namespace Webzine.Entity.Fixtures
{
using Bogus;
public class SeedDataLocal
{
public SeedDataLocal()
{
}
/// <summary>
@@ -41,8 +41,7 @@ namespace Webzine.Entity.Fixtures
int count,
List<Artiste> artistes,
List<Style> styles,
List<string> albums
)
List<string> albums)
{
Random random = new Random();
int idStart = 1;