fix Ids type
This commit is contained in:
		| @@ -21,12 +21,12 @@ namespace Core.Adapters.Lib | |||||||
|         [BsonElement("categoryId")] |         [BsonElement("categoryId")] | ||||||
|         [BsonRepresentation(BsonType.String)] |         [BsonRepresentation(BsonType.String)] | ||||||
|         [JsonPropertyName("categoryId")] |         [JsonPropertyName("categoryId")] | ||||||
|         public Guid CategoryId { get; set; } |         public string CategoryId { get; set; } | ||||||
|  |  | ||||||
|         [BsonElement("providerId")] |         [BsonElement("providerId")] | ||||||
|         [BsonRepresentation(BsonType.String)] |         [BsonRepresentation(BsonType.String)] | ||||||
|         [JsonPropertyName("providerId")] |         [JsonPropertyName("providerId")] | ||||||
|         public Guid ProviderId { get; set; } |         public string ProviderId { get; set; } | ||||||
|  |  | ||||||
|         [BsonElement("attributes")] |         [BsonElement("attributes")] | ||||||
|         [JsonPropertyName("attributes")] |         [JsonPropertyName("attributes")] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user