From d45f4815918d254ed45ab092a417d99beefd02b4 Mon Sep 17 00:00:00 2001 From: "Khaperskaia, Anna" Date: Tue, 28 May 2024 12:22:18 +0200 Subject: [PATCH] actualize readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6b7b10..6174c00 100644 --- a/README.md +++ b/README.md @@ -299,7 +299,7 @@ Then fill configuration settings: Now you can send messages to smtp server: ```C# -public class YourNotificationRequestHandler : IRequestHandler +public class YourNotificationRequestHandler(IEmailSender sender) : IRequestHandler { public async Task Handle(YourNotificationRequest request, CancellationToken cancellationToken) {