# 123 fix 1
This commit is contained in:
@@ -53,7 +53,6 @@ namespace Webzine.Repository
|
||||
/// <inheritdoc/>
|
||||
public Commentaire Find(int idCommentaire)
|
||||
{
|
||||
|
||||
var commentaire = this.dataStore.Commentaires.FirstOrDefault(c => c.IdCommentaire == idCommentaire);
|
||||
if (commentaire == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user