Remove GUID property from user
This commit is contained in:
		| @@ -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> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user