From 72ba3cc5e62c528c3ebb0cb06e94c17860baff1e Mon Sep 17 00:00:00 2001 From: Aleksandr Popov Date: Sun, 25 Jun 2023 18:40:05 +0200 Subject: [PATCH] fix2 --- TURN.Services.Chess/DBModel/ModelBaseContext.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TURN.Services.Chess/DBModel/ModelBaseContext.cs b/TURN.Services.Chess/DBModel/ModelBaseContext.cs index 200052c..ee89197 100644 --- a/TURN.Services.Chess/DBModel/ModelBaseContext.cs +++ b/TURN.Services.Chess/DBModel/ModelBaseContext.cs @@ -1,4 +1,6 @@ -namespace TURN.Services.Chess.DBModel +using Microsoft.EntityFrameworkCore; + +namespace TURN.Services.Chess.DBModel { public partial class ModelBaseContext : DbContext {