Files
webzine/Webzine.Entity/Fixtures/CommentaireFactory.cs
2026-03-28 10:09:18 +01:00

12 lines
254 B
C#

// <copyright file="CommentaireFactory.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace Webzine.Entity.Fixtures
{
using Bogus;
public class CommentaireFactory
{
}
}