-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUsings.cs
More file actions
20 lines (16 loc) · 789 Bytes
/
Usings.cs
File metadata and controls
20 lines (16 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
global using System.Text.Json.Serialization;
global using Comanda.Orders.Domain.Aggregates;
global using Comanda.Orders.Domain.Errors;
global using Comanda.Orders.Domain.Contracts;
global using Comanda.Orders.Domain.Concepts;
global using Comanda.Orders.Domain.Collections;
global using Comanda.Orders.Domain.Filtering;
global using Comanda.Orders.Application.Payloads;
global using Comanda.Orders.Application.Payloads.Order;
global using Comanda.Orders.Application.Mappers;
global using HttpsRichardy.Internal.Essentials.Utilities;
global using HttpsRichardy.Internal.Essentials.Patterns;
global using HttpsRichardy.Internal.Essentials.Filtering;
global using HttpsRichardy.Internal.Essentials.Concepts;
global using HttpsRichardy.Dispatcher.Contracts;
global using FluentValidation;