From a41ecbf04779bc5946e5d9b835b0645a29041422 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: Fri, 24 May 2024 10:57:45 +0500 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=BB=D0=B8=D1=82=D1=8B=20=D0=B8?= =?UTF-8?q?=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D0=B8=D1=8F,=20=D0=BD?= =?UTF-8?q?=D0=B5=20=D0=B2=D0=BE=D1=88=D0=B5=D0=B4=D1=89=D0=B8=D0=B5=20?= =?UTF-8?q?=D0=B2=20=D0=BF=D1=80=D0=B5=D0=B4=D1=8B=D0=B4=D1=83=D1=89=D0=B8?= =?UTF-8?q?=D0=B9=20=D0=BA=D0=BE=D0=BC=D0=BC=D0=B8=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Services/Email/WellFinalDocumentMailBodyFactory .cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/AsbCloudInfrastructure/Services/Email/WellFinalDocumentMailBodyFactory .cs b/AsbCloudInfrastructure/Services/Email/WellFinalDocumentMailBodyFactory .cs index 814923fe..da2876fa 100644 --- a/AsbCloudInfrastructure/Services/Email/WellFinalDocumentMailBodyFactory .cs +++ b/AsbCloudInfrastructure/Services/Email/WellFinalDocumentMailBodyFactory .cs @@ -9,12 +9,11 @@ namespace AsbCloudInfrastructure class WellFinalDocumentMailBodyFactory : BaseFactory { - private readonly string platformName; public WellFinalDocumentMailBodyFactory(IConfiguration configuration) : base(configuration) { - platformName = configuration.GetValue("email:platformName", "Цифровое бурение") ?? string.Empty; + } public override string MakeSubject(WellDto well, string action)