From ff404ec1050efaa1053ed6e49ff39e3ce81951b5 Mon Sep 17 00:00:00 2001 From: Sergio Matias Date: Thu, 31 Jul 2025 19:43:46 -0600 Subject: [PATCH] Add collection attribute name --- Core.Thalos.BuildingBlocks/Adapters/TenantAdapter.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Core.Thalos.BuildingBlocks/Adapters/TenantAdapter.cs b/Core.Thalos.BuildingBlocks/Adapters/TenantAdapter.cs index e768449..21928bb 100644 --- a/Core.Thalos.BuildingBlocks/Adapters/TenantAdapter.cs +++ b/Core.Thalos.BuildingBlocks/Adapters/TenantAdapter.cs @@ -1,8 +1,10 @@ -using MongoDB.Bson; +using Core.Blueprint.Mongo; +using MongoDB.Bson; using MongoDB.Bson.Serialization.Attributes; namespace Core.Thalos.BuildingBlocks { + [CollectionAttributeName("Tenants")] public class TenantAdapter : Document { [BsonElement("name")]