2026-02-01 04:23:12 -06:00
|
|
|
global using System.ComponentModel.DataAnnotations;
|
|
|
|
|
|
2026-02-01 08:07:23 -06:00
|
|
|
global using FiscalOS.API.Data;
|
2026-02-01 06:13:08 -06:00
|
|
|
global using FiscalOS.API.Identity;
|
2026-02-01 04:23:12 -06:00
|
|
|
global using FiscalOS.API.Login;
|
|
|
|
|
|
|
|
|
|
global using Microsoft.AspNetCore.Mvc;
|
2026-02-01 06:13:08 -06:00
|
|
|
global using Microsoft.EntityFrameworkCore;
|
|
|
|
|
global using Microsoft.Extensions.Options;
|