From bc6f9dadb157d475d1f9b1c2f5e7ec768e6dbf30 Mon Sep 17 00:00:00 2001 From: clchieu Date: Fri, 15 Mar 2024 15:56:08 +0100 Subject: [PATCH] =?UTF-8?q?Suppression=20erreur=20de=20m=C3=A9thode=20d'ex?= =?UTF-8?q?tension?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- API_SQLuedo/EntityFramework/ParagraphEntity.cs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/API_SQLuedo/EntityFramework/ParagraphEntity.cs b/API_SQLuedo/EntityFramework/ParagraphEntity.cs index 6785189..b7ab14e 100644 --- a/API_SQLuedo/EntityFramework/ParagraphEntity.cs +++ b/API_SQLuedo/EntityFramework/ParagraphEntity.cs @@ -37,10 +37,5 @@ public class ParagraphEntity : ContentLessonEntity Info = info; Query = query; Comment = comment; - } - - public object FromEntityToModel() - { - throw new NotImplementedException(); - } + } } \ No newline at end of file