360a762fb9ca5361e7cd203e336d9c5a1ceedb0c
Modified the method to return a single item or null by using `SingleOrDefault()` on the result of `await _mediator.Send(...)`. This ensures the response is no longer a collection but a single object, improving clarity and aligning with expected behavior.
Description
No description provided
Languages
JavaScript
86.8%
C#
6.6%
Visual Basic .NET
2.7%
HTML
2.3%
CSS
1.1%
Other
0.4%