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