ecd695ad370fcc7535ec84925b2cb6bb45083058
Introduced MediatR to the project by adding the `using MediatR;` directive in `DependencyInjection.cs`. Registered pipeline behaviors for the `Signature.Commands.SignCommand` to enforce a structured execution order: 1. AnnotationBehavior: Saves annotations. 2. DocStatusBehavior: Creates document status. 3. HistoryBehavior: Records history. 4. SendSignedMailBehavior: Sends notification email (executes last). These changes improve the command handling pipeline by ensuring sequential and reliable execution of behaviors.
Description
No description provided
Languages
JavaScript
86.6%
C#
6.7%
Visual Basic .NET
2.7%
HTML
2.4%
CSS
1.1%
Other
0.4%