From 4086484369ac8d6fb3949d756f769e333b07bee5 Mon Sep 17 00:00:00 2001 From: Mikhail Kuznetsov Date: Mon, 29 Dec 2025 19:28:45 +1000 Subject: [PATCH] =?UTF-8?q?fix(dal):=20=D0=BD=D0=B5=20=D1=81=D0=BE=D0=B1?= =?UTF-8?q?=D0=B8=D1=80=D0=B0=D0=BB=D1=81=D1=8F=20=D0=BF=D1=80=D0=BE=D0=B5?= =?UTF-8?q?=D0=BA=D1=82=20=D0=B8=D0=B7-=D0=B7=D0=B0=20=D1=83=D0=B4=D0=B0?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=BD=D0=BE=D0=B3=D0=BE=20=D1=81=D0=B5=D1=80?= =?UTF-8?q?=D0=B2=D0=B8=D1=81=D0=B0.=20=D0=98=D1=81=D0=BF=D1=80=D0=B0?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D0=BE.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PARR.DAL/ParrDalInstaller.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/PARR.DAL/ParrDalInstaller.cs b/PARR.DAL/ParrDalInstaller.cs index 7e297de7..6a6884ed 100644 --- a/PARR.DAL/ParrDalInstaller.cs +++ b/PARR.DAL/ParrDalInstaller.cs @@ -51,7 +51,6 @@ namespace PARR.DAL services.AddSingleton(groupedShortcodesCacheSettings); services.AddTransient(); - services.AddTransient(); #endregion