This commit is contained in:
Sergio Matias 2025-08-26 14:10:48 -06:00
parent 5277896bdc
commit 4a2ed52a2f

View File

@ -103,6 +103,5 @@ namespace Core.Thalos.BuildingBlocks
[BsonElement("tenantId")]
[BsonRepresentation(BsonType.ObjectId)]
[JsonPropertyName("tenantId")]
public string? TenantId { get; set; } = null;
}
public string? TenantId { get; set; }
}