From 0bd46f25943063f76baaca44e4b69ea1f8c00990 Mon Sep 17 00:00:00 2001 From: Sergio Matias Date: Fri, 8 Aug 2025 23:49:44 -0600 Subject: [PATCH] Remove GUID property from user --- Core.Thalos.BuildingBlocks/Adapters/UserAdapter.cs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Core.Thalos.BuildingBlocks/Adapters/UserAdapter.cs b/Core.Thalos.BuildingBlocks/Adapters/UserAdapter.cs index 3cc1e90..35f99be 100644 --- a/Core.Thalos.BuildingBlocks/Adapters/UserAdapter.cs +++ b/Core.Thalos.BuildingBlocks/Adapters/UserAdapter.cs @@ -16,14 +16,6 @@ namespace Core.Thalos.BuildingBlocks [CollectionAttributeName("Users")] public class UserAdapter : Document { - /// - /// Gets or sets the guid of the user. - /// - [BsonElement("guid")] - [BsonRepresentation(BsonType.String)] - [JsonPropertyName("guid")] - public string? Guid { get; set; } - /// /// Gets or sets the email address of the user. ///