feat(ExceptionHandlingMiddleware): Add to handle exceptions by middleware

This commit is contained in:
2025-07-30 17:16:10 +02:00
parent 78f2788388
commit 63df235943
8 changed files with 175 additions and 112 deletions

View File

@@ -4,7 +4,6 @@ namespace WorkFlow.Application;
public static class DependencyInjection
{
[Obsolete("Use MediatR")]
public static IServiceCollection AddWorkFlowServices(this IServiceCollection services, Action<WorkFlowServiceOptions>? options = null)
{
WorkFlowServiceOptions diOptions = new();