From 83fa5a29e8aa13d0d8f5db9337be600700765581 Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Thu, 8 May 2025 16:55:43 +0200 Subject: [PATCH] Add XML documentation for Handle method Enhanced the `Handle` method in the `ResetEmailTemplateCommandHandler` class with XML documentation comments, including a summary and detailed parameter descriptions for better code clarity and maintainability. --- .../Commands/Reset/ResetEmailTemplateCommandHandler.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/EnvelopeGenerator.Application/EmailTemplates/Commands/Reset/ResetEmailTemplateCommandHandler.cs b/EnvelopeGenerator.Application/EmailTemplates/Commands/Reset/ResetEmailTemplateCommandHandler.cs index df20bc52..ab5300cf 100644 --- a/EnvelopeGenerator.Application/EmailTemplates/Commands/Reset/ResetEmailTemplateCommandHandler.cs +++ b/EnvelopeGenerator.Application/EmailTemplates/Commands/Reset/ResetEmailTemplateCommandHandler.cs @@ -22,6 +22,12 @@ public class ResetEmailTemplateCommandHandler : IRequestHandler + /// + /// + /// + /// + /// public async Task Handle(ResetEmailTemplateCommand request, CancellationToken cancel) { var temps = request.Id is not null