2026-02-01 04:23:12 -06:00
|
|
|
global using System.ComponentModel.DataAnnotations;
|
2026-02-03 11:07:18 -06:00
|
|
|
global using System.Security.Claims;
|
2026-02-02 13:33:23 -06:00
|
|
|
global using System.Text.Json.Serialization;
|
2026-02-01 04:23:12 -06:00
|
|
|
|
2026-02-03 11:07:18 -06:00
|
|
|
global using FiscalOS.API.Http;
|
2026-02-01 04:23:12 -06:00
|
|
|
global using FiscalOS.API.Login;
|
2026-02-03 11:07:18 -06:00
|
|
|
global using FiscalOS.API.Refresh;
|
2026-02-02 13:33:23 -06:00
|
|
|
global using FiscalOS.Core.Authentication;
|
2026-02-02 04:48:42 -06:00
|
|
|
global using FiscalOS.Infra.Data;
|
|
|
|
|
global using FiscalOS.Infra.DependencyInjection;
|
2026-02-01 04:23:12 -06:00
|
|
|
|
|
|
|
|
global using Microsoft.AspNetCore.Mvc;
|
2026-02-03 11:07:18 -06:00
|
|
|
global using Microsoft.EntityFrameworkCore;
|