Remove GUID property from user
This commit is contained in:
parent
7bbb8ebfe5
commit
0bd46f2594
@ -16,14 +16,6 @@ namespace Core.Thalos.BuildingBlocks
|
|||||||
[CollectionAttributeName("Users")]
|
[CollectionAttributeName("Users")]
|
||||||
public class UserAdapter : Document
|
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>
|
/// <summary>
|
||||||
/// Gets or sets the email address of the user.
|
/// Gets or sets the email address of the user.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user