public void IncrementLike(Titre titre) { titre.NbLikes++; _titreRepository.IncrementNbLikes(titre); _titreRepository.Save(); }