Files
webzine/Webzine.Entity/Fixtures/CommentaireFactory.cs
2026-03-26 18:48:41 +01:00

14 lines
260 B
C#

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