fix
This commit is contained in:
parent
5277896bdc
commit
4a2ed52a2f
@ -103,6 +103,5 @@ namespace Core.Thalos.BuildingBlocks
|
|||||||
[BsonElement("tenantId")]
|
[BsonElement("tenantId")]
|
||||||
[BsonRepresentation(BsonType.ObjectId)]
|
[BsonRepresentation(BsonType.ObjectId)]
|
||||||
[JsonPropertyName("tenantId")]
|
[JsonPropertyName("tenantId")]
|
||||||
public string? TenantId { get; set; } = null;
|
public string? TenantId { get; set; }
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user