From 11db0315e720908a89d882a0e40cfce3416d3829 Mon Sep 17 00:00:00 2001 From: Bright Date: Fri, 14 Mar 2025 18:01:25 +0700 Subject: [PATCH] =?UTF-8?q?fix=20throw=20=E0=B8=8B=E0=B9=89=E0=B8=B3?= =?UTF-8?q?=E0=B9=81=E0=B8=A5=E0=B9=89=E0=B8=A7=E0=B9=84=E0=B8=A1=E0=B9=88?= =?UTF-8?q?=E0=B8=AA=E0=B9=88=E0=B8=87=20email?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BMA.EHR.Application/Messaging/EmailSenderService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BMA.EHR.Application/Messaging/EmailSenderService.cs b/BMA.EHR.Application/Messaging/EmailSenderService.cs index c02670bb..9a718c2e 100644 --- a/BMA.EHR.Application/Messaging/EmailSenderService.cs +++ b/BMA.EHR.Application/Messaging/EmailSenderService.cs @@ -51,7 +51,7 @@ namespace BMA.EHR.Application.Messaging } catch { - throw; + //throw; } }