We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c211575 commit 00a9b01Copy full SHA for 00a9b01
1 file changed
Boundaries/Comanda.Payments/Tests/Usings.cs
@@ -2,7 +2,19 @@
2
global using Microsoft.Extensions.DependencyInjection;
3
4
global using Comanda.Payments.WebApi;
5
+global using Comanda.Payments.Domain.Aggregates;
6
+global using Comanda.Payments.Domain.Filtering;
7
+global using Comanda.Payments.Domain.Concepts;
8
+
9
+global using Comanda.Payments.Infrastructure.Constants;
10
+global using Comanda.Payments.Infrastructure.Pipelines;
11
12
+global using HttpsRichardy.Internal.Essentials.Concepts;
13
+global using HttpsRichardy.Internal.Essentials.Utilities;
14
15
global using MongoDB.Driver;
16
+global using MongoDB.Bson;
17
+global using MongoDB.Bson.Serialization;
18
19
global using DotNet.Testcontainers.Builders;
20
global using DotNet.Testcontainers.Containers;
0 commit comments