From 5b9df0bb7da2db9ba2dd105f01f6c8716426526e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ph=C3=BAc=20Ph=E1=BA=A1m=20H=E1=BB=93ng?= Date: Fri, 31 May 2024 21:55:34 +0700 Subject: [PATCH] test --- .../BaseDbContext.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Infrastructure/BuildingBlock.Infrastructure.EntityFrameworkCore/BaseDbContext.cs b/Infrastructure/BuildingBlock.Infrastructure.EntityFrameworkCore/BaseDbContext.cs index fb2bcd5..2e4a9f3 100644 --- a/Infrastructure/BuildingBlock.Infrastructure.EntityFrameworkCore/BaseDbContext.cs +++ b/Infrastructure/BuildingBlock.Infrastructure.EntityFrameworkCore/BaseDbContext.cs @@ -15,6 +15,9 @@ protected BaseDbContext(DbContextOptions options, ICurrentUser currentUser, IMed { _currentUser = currentUser; _mediator = mediator; + + + } protected override void OnModelCreating(ModelBuilder builder)