From c5e3c0b448c491e20ed5d52d4a2f55c9bf0a64b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kriszti=C3=A1n=20N=C3=A9meth?= Date: Mon, 2 Oct 2023 11:39:10 +0200 Subject: [PATCH] Adding remarks --- .../Services/IEmailQuotaSubjectService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Lombiq.Hosting.Tenants.EmailQuotaManagement/Services/IEmailQuotaSubjectService.cs b/Lombiq.Hosting.Tenants.EmailQuotaManagement/Services/IEmailQuotaSubjectService.cs index 04f429c9..7f6427f4 100644 --- a/Lombiq.Hosting.Tenants.EmailQuotaManagement/Services/IEmailQuotaSubjectService.cs +++ b/Lombiq.Hosting.Tenants.EmailQuotaManagement/Services/IEmailQuotaSubjectService.cs @@ -5,6 +5,7 @@ namespace Lombiq.Hosting.Tenants.EmailQuotaManagement.Services; /// /// Service for getting the subject of the email sent when the email quota is exceeded or when it's close to being exceeded. /// +/// Provides a way for overriding the subject texts. public interface IEmailQuotaSubjectService { ///