12 lines
254 B
C#
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
|
|
{
|
|
}
|
|
} |