From e794818eff9806722b2714eaa74afb9e8d8b81e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9E=D0=BB=D1=8F=20=D0=91=D0=B8=D0=B7=D1=8E=D0=BA=D0=BE?= =?UTF-8?q?=D0=B2=D0=B0?= Date: Thu, 12 Dec 2024 14:10:26 +0500 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BD=20TODO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Persistence.Repository/Extensions/EFExtensionsSortBy.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Persistence.Repository/Extensions/EFExtensionsSortBy.cs b/Persistence.Repository/Extensions/EFExtensionsSortBy.cs index 398a3ed..97ca992 100644 --- a/Persistence.Repository/Extensions/EFExtensionsSortBy.cs +++ b/Persistence.Repository/Extensions/EFExtensionsSortBy.cs @@ -226,7 +226,6 @@ public static class EFExtensionsSortBy LambdaExpression? lambdaExpression = null; - // TODO: Устранить дублирование кода if (propertyName.Contains('.')) { Type type = rootType;