refactor(infra): migrate data access and identity impelementations to infrastructure
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
global using System.Security.Cryptography;
|
||||
|
||||
global using FiscalOS.Core.Identity;
|
||||
global using FiscalOS.Infra.Data;
|
||||
global using FiscalOS.Infra.Identity;
|
||||
|
||||
global using Microsoft.EntityFrameworkCore;
|
||||
global using Microsoft.EntityFrameworkCore.Diagnostics;
|
||||
global using Microsoft.Extensions.Configuration;
|
||||
global using Microsoft.Extensions.DependencyInjection;
|
||||
global using Microsoft.Extensions.Hosting;
|
||||
global using Microsoft.Extensions.Logging;
|
||||
global using Microsoft.Extensions.Options;
|
||||
Reference in New Issue
Block a user