fix: move UserConfiguration to Web area
This commit is contained in:
parent
951500ca91
commit
d0142ec5cf
@ -1,8 +1,7 @@
|
|||||||
using Microsoft.EntityFrameworkCore;
|
using Microsoft.EntityFrameworkCore;
|
||||||
using Microsoft.EntityFrameworkCore.Metadata.Builders;
|
using Microsoft.EntityFrameworkCore.Metadata.Builders;
|
||||||
using OliverBooth.Data.Web;
|
|
||||||
|
|
||||||
namespace OliverBooth.Data.Blog.Configuration;
|
namespace OliverBooth.Data.Web.Configuration;
|
||||||
|
|
||||||
internal sealed class UserConfiguration : IEntityTypeConfiguration<User>
|
internal sealed class UserConfiguration : IEntityTypeConfiguration<User>
|
||||||
{
|
{
|
Loading…
Reference in New Issue
Block a user