26 lines
991 B
C#
26 lines
991 B
C#
global using System.ComponentModel.DataAnnotations;
|
|
global using System.Security.Claims;
|
|
global using System.Text.Json.Serialization;
|
|
|
|
global using FiscalOS.API.Institutions.Get;
|
|
global using FiscalOS.API.Accounts;
|
|
global using FiscalOS.API.Accounts.Add;
|
|
global using FiscalOS.API.Auth;
|
|
global using FiscalOS.API.Auth.Login;
|
|
global using FiscalOS.API.Auth.Refresh;
|
|
global using FiscalOS.API.Http;
|
|
global using FiscalOS.API.Institutions;
|
|
global using FiscalOS.API.Institutions.Connect;
|
|
global using FiscalOS.API.Institutions.GetAvailable;
|
|
global using FiscalOS.API.Institutions.Link;
|
|
global using FiscalOS.Core.Accounts;
|
|
global using FiscalOS.Core.Authentication;
|
|
global using FiscalOS.Core.Identity;
|
|
global using FiscalOS.Core.Security;
|
|
global using FiscalOS.Infra.Accounts.Plaid;
|
|
global using FiscalOS.Infra.Authentication;
|
|
global using FiscalOS.Infra.Data;
|
|
global using FiscalOS.Infra.DependencyInjection;
|
|
|
|
global using Microsoft.AspNetCore.Mvc;
|
|
global using Microsoft.EntityFrameworkCore; |