Skip to content

Commit

Permalink
using
Browse files Browse the repository at this point in the history
  • Loading branch information
Edrisym committed Nov 15, 2024
1 parent ac0fee4 commit 29fdb6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions EWallet.Api/UsingGlobals.cs
Original file line number Diff line number Diff line change
@@ -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;
3 changes: 1 addition & 2 deletions Wallet_Tests/GlobalUsings.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
global using FluentAssertions;
global using EWallet.Api.Exceptions;
global using EWallet.Api.Models;
global using EWallet.Api.Common.Models;

0 comments on commit 29fdb6b

Please sign in to comment.