Skip to content

Commit

Permalink
cleanup usings
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsonax committed May 21, 2024
1 parent 0deb0a7 commit eb5e369
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Security.Claims;
using CleanAspCore.Api.Tests.Fakers;
using CleanAspCore.Api.Tests.Fakers;
using CleanAspCore.Endpoints.Employees;

namespace CleanAspCore.Api.Tests.Features.Employees;
Expand Down
5 changes: 1 addition & 4 deletions CleanAspCore/Endpoints/Employees/AddEmployee.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
using System.Net;
using CleanAspCore.Data;
using CleanAspCore.Data;
using CleanAspCore.Data.Models.Employees;
using CleanAspCore.Extensions.FluentValidation;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Authorization.Infrastructure;
using Microsoft.AspNetCore.Http.HttpResults;

namespace CleanAspCore.Endpoints.Employees;
Expand Down
1 change: 0 additions & 1 deletion CleanAspCore/Program.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System.Reflection;
using CleanAspCore;
using CleanAspCore.Data;
using CleanAspCore.Endpoints.Employees;
using MicroElements.Swashbuckle.FluentValidation.AspNetCore;
using Microsoft.AspNetCore.Authentication.JwtBearer;
using Microsoft.AspNetCore.Authorization;
Expand Down

0 comments on commit eb5e369

Please sign in to comment.