-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUsings.cs
More file actions
28 lines (22 loc) · 1012 Bytes
/
Usings.cs
File metadata and controls
28 lines (22 loc) · 1012 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
global using System.Diagnostics.CodeAnalysis;
global using System.Text.Json;
global using System.Web;
global using Microsoft.AspNetCore.Mvc;
global using Microsoft.AspNetCore.Authorization;
global using Microsoft.OpenApi.Models;
global using Comanda.Profiles.WebApi.Extensions;
global using Comanda.Profiles.WebApi.Constants;
global using Comanda.Profiles.WebApi.Middlewares;
global using Comanda.Profiles.Domain.Errors;
global using Comanda.Profiles.Application.Payloads.Traceability;
global using Comanda.Profiles.Application.Payloads.Customer;
global using Comanda.Profiles.Application.Payloads.Owner;
global using Comanda.Profiles.Application.Payloads;
global using Comanda.Profiles.Infrastructure.IoC.Extensions;
global using Comanda.Profiles.CrossCutting.Configurations;
global using HttpsRichardy.Dispatcher.Contracts;
global using HttpsRichardy.Federation.Sdk.Extensions;
global using Scalar.AspNetCore;
global using Serilog;
global using Serilog.Context;
global using FluentValidation.AspNetCore;