#174 Merge branch 'j3/TODO_erreurs' of https://10.4.0.131/gitea/DI1-P4-E1/Webzine into j3/TODO_erreurs.

This commit is contained in:
josephine.vetu
2026-04-01 13:09:26 +02:00

View File

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