From b2ee716b8cf7f9406cf7040cf305b5262454fed2 Mon Sep 17 00:00:00 2001 From: Salih Date: Wed, 9 Aug 2023 13:21:55 +0300 Subject: [PATCH] Update UnifiedDbContext.cs --- .../{MonbgoDB => MongoDB}/UnifiedDbContext.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename modules/cms-kit/host/Volo.CmsKit.Web.Unified/{MonbgoDB => MongoDB}/UnifiedDbContext.cs (91%) diff --git a/modules/cms-kit/host/Volo.CmsKit.Web.Unified/MonbgoDB/UnifiedDbContext.cs b/modules/cms-kit/host/Volo.CmsKit.Web.Unified/MongoDB/UnifiedDbContext.cs similarity index 91% rename from modules/cms-kit/host/Volo.CmsKit.Web.Unified/MonbgoDB/UnifiedDbContext.cs rename to modules/cms-kit/host/Volo.CmsKit.Web.Unified/MongoDB/UnifiedDbContext.cs index 78b1e09709..c998f103f5 100644 --- a/modules/cms-kit/host/Volo.CmsKit.Web.Unified/MonbgoDB/UnifiedDbContext.cs +++ b/modules/cms-kit/host/Volo.CmsKit.Web.Unified/MongoDB/UnifiedDbContext.cs @@ -1,5 +1,4 @@ #if MongoDB -using System.Reflection.Emit; using Volo.Abp.AuditLogging.MongoDB; using Volo.Abp.BlobStoring.Database.MongoDB; using Volo.Abp.Data; @@ -9,9 +8,8 @@ using Volo.Abp.MongoDB; using Volo.Abp.PermissionManagement.MongoDB; using Volo.Abp.SettingManagement.MongoDB; using Volo.Abp.TenantManagement.MongoDB; -using Volo.CmsKit.MongoDB; -namespace Volo.CmsKit.MonbgoDB; +namespace Volo.CmsKit.MongoDB; [ConnectionStringName("MongoDBDefault")] public class UnifiedDbContext : AbpMongoDbContext