diff --git a/Infrastructure/BuildingBlock.Infrastructure.EntityFrameworkCore/BaseDbContext.cs b/Infrastructure/BuildingBlock.Infrastructure.EntityFrameworkCore/BaseDbContext.cs index fb2bcd5..cae7750 100644 --- a/Infrastructure/BuildingBlock.Infrastructure.EntityFrameworkCore/BaseDbContext.cs +++ b/Infrastructure/BuildingBlock.Infrastructure.EntityFrameworkCore/BaseDbContext.cs @@ -15,6 +15,8 @@ protected BaseDbContext(DbContextOptions options, ICurrentUser currentUser, IMed { _currentUser = currentUser; _mediator = mediator; + + } protected override void OnModelCreating(ModelBuilder builder)