Skip to content

Commit

Permalink
actualize readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaperskaia, Anna committed May 28, 2024
1 parent bd58f60 commit d45f481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ Then fill configuration settings:

Now you can send messages to smtp server:
```C#
public class YourNotificationRequestHandler : IRequestHandler<YourNotificationRequest>
public class YourNotificationRequestHandler(IEmailSender sender) : IRequestHandler<YourNotificationRequest>
{
public async Task Handle(YourNotificationRequest request, CancellationToken cancellationToken)
{
Expand Down

0 comments on commit d45f481

Please sign in to comment.