We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e6043 commit dcccc34Copy full SHA for dcccc34
1 file changed
Boundaries/Comanda.Orchestrator/Source/Comanda.Orchestrator.WebApi/Usings.cs
@@ -21,6 +21,7 @@
21
global using Comanda.Orchestrator.WebApi.Extensions;
22
global using Comanda.Orchestrator.WebApi.Constants;
23
global using Comanda.Orchestrator.WebApi.Middlewares;
24
+global using Comanda.Orchestrator.WebApi.Interceptors;
25
global using Comanda.Orchestrator.WebApi.Providers;
26
27
global using Comanda.Orchestrator.Application.Payloads.Payments;
@@ -38,5 +39,6 @@
38
39
40
global using Scalar.AspNetCore;
41
global using Serilog;
42
+global using Serilog.Context;
43
global using FluentValidation.AspNetCore;
44
0 commit comments