Skip to content

Commit c5e3c0b

Browse files
committed
Adding remarks
1 parent aeffcb7 commit c5e3c0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lombiq.Hosting.Tenants.EmailQuotaManagement/Services/IEmailQuotaSubjectService.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ namespace Lombiq.Hosting.Tenants.EmailQuotaManagement.Services;
55
/// <summary>
66
/// Service for getting the subject of the email sent when the email quota is exceeded or when it's close to being exceeded.
77
/// </summary>
8+
/// <remarks><para>Provides a way for overriding the subject texts.</para></remarks>
89
public interface IEmailQuotaSubjectService
910
{
1011
/// <summary>

0 commit comments

Comments
 (0)