diff --git a/Webzine.Repository/LocalArtisteRepository.cs b/Webzine.Repository/LocalArtisteRepository.cs index 8a4f51c..ebab75c 100644 --- a/Webzine.Repository/LocalArtisteRepository.cs +++ b/Webzine.Repository/LocalArtisteRepository.cs @@ -37,6 +37,7 @@ namespace Webzine.Repository public void Add(Artiste artiste) { throw new NotSupportedException("Mode Local"); // TODO à implémenter + throw new NotSupportedException("Mode Local"); // TODO à implémenter } ///