diff --git a/EWallet.Api/UsingGlobals.cs b/EWallet.Api/UsingGlobals.cs index 346dbd3..b90a245 100644 --- a/EWallet.Api/UsingGlobals.cs +++ b/EWallet.Api/UsingGlobals.cs @@ -1,8 +1,7 @@ global using System.Diagnostics.CodeAnalysis; -global using EWallet.Api.Exceptions; global using Microsoft.AspNetCore.Mvc; global using Microsoft.AspNetCore.Mvc.Filters; global using System.Text; -global using EWallet.Api; +global using EWallet.Api.Common; global using Microsoft.AspNetCore.Authentication.JwtBearer; global using Microsoft.IdentityModel.Tokens; \ No newline at end of file diff --git a/Wallet_Tests/GlobalUsings.cs b/Wallet_Tests/GlobalUsings.cs index b47afd3..0a8c90b 100644 --- a/Wallet_Tests/GlobalUsings.cs +++ b/Wallet_Tests/GlobalUsings.cs @@ -1,3 +1,2 @@ global using FluentAssertions; -global using EWallet.Api.Exceptions; -global using EWallet.Api.Models; \ No newline at end of file +global using EWallet.Api.Common.Models; \ No newline at end of file