Skip to content

Commit

Permalink
remove redundant namespaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
omid-ahmadpour committed Sep 13, 2024
1 parent 0b28e4d commit 552dd9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Infrastructure/Persistance/Db/AppDbContext.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace CleanTemplate.Persistence.Db
{
using CleanTemplate.Common.Utilities;
using CleanTemplate.Domain.Entities;
using Common.Utilities;
using Domain.Entities;
using Domain.Entities.Users;
using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore;
Expand Down

0 comments on commit 552dd9f

Please sign in to comment.