Add tenant property to user #6

Merged
sergio_matias merged 4 commits from feature/add-tenant-to-user into development 2025-08-26 20:18:04 +00:00
Showing only changes of commit 0bd46f2594 - Show all commits

View File

@@ -16,14 +16,6 @@ namespace Core.Thalos.BuildingBlocks
[CollectionAttributeName("Users")]
public class UserAdapter : Document
{
/// <summary>
/// Gets or sets the guid of the user.
/// </summary>
[BsonElement("guid")]
[BsonRepresentation(BsonType.String)]
[JsonPropertyName("guid")]
public string? Guid { get; set; }
/// <summary>
/// Gets or sets the email address of the user.
/// </summary>