feat(ExceptionHandlingMiddleware): Add to handle exceptions by middleware
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user