From 777e6a7f8a9d374778476ecbf4003e674f947fe0 Mon Sep 17 00:00:00 2001 From: Hadi Khazaee Asl Date: Sun, 31 May 2026 07:35:22 +0330 Subject: [PATCH] last ... --- Databases/XApiDbContext.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Databases/XApiDbContext.cs b/Databases/XApiDbContext.cs index 69374d9..f56acb6 100644 --- a/Databases/XApiDbContext.cs +++ b/Databases/XApiDbContext.cs @@ -1,4 +1,5 @@ using Microsoft.EntityFrameworkCore; +using xCategoryService.Providers; using xDataService.Configuration; using xDataService.Db; using xDataService.Providers; @@ -34,6 +35,7 @@ namespace xServices.Databases nameof(XTagEntityRegisterar), nameof(XFileEntityRegisterar), nameof(XStringEntityRegisterar), + nameof(XSubCategoryEntityRegisterar), } ) { }