Skip to content

Commit

Permalink
refactor: move MySqlPersonRepository to persistence namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosPavajeau committed Jul 22, 2021
1 parent 62ecc91 commit 9a31a8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Armory.Api/Extensions/Infrastructure.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
using Armory.Degrees.Domain;
using Armory.Degrees.Infrastructure.Persistence;
using Armory.People.Domain;
using Armory.People.Infrastructure;
using Armory.People.Infrastructure.Persistence;
using Armory.Ranks.Domain;
using Armory.Ranks.Infrastructure.Persistence;
using Armory.Shared.Domain.Bus.Command;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using Armory.Users.Domain;
using Microsoft.EntityFrameworkCore;

namespace Armory.People.Infrastructure
namespace Armory.People.Infrastructure.Persistence
{
public class MySqlPersonRepository : IPersonRepository
{
Expand Down

0 comments on commit 9a31a8b

Please sign in to comment.