This commit is contained in:
josephine.vetu
2026-03-31 13:53:42 +02:00
parent 727d29889a
commit b2dc449adb
11 changed files with 30 additions and 21 deletions

View File

@@ -38,7 +38,7 @@ namespace Webzine.Repository
/// <inheritdoc/>
public void Add(Commentaire commentaire)
{
throw new NotSupportedException("Mode Local");
throw new NotSupportedException("Mode Local"); // TODO à implémenter
}
/// <inheritdoc/>