Add Icon propertie in FurnitureBase and FurnitureVariant
This commit is contained in:
		| @@ -22,5 +22,9 @@ namespace Core.Adapters.Lib | ||||
|         [BsonElement("line")] | ||||
|         [JsonPropertyName("line")] | ||||
|         public string Line { get; set; } = null!; | ||||
|  | ||||
|         [BsonElement("icon")] | ||||
|         [JsonPropertyName("icon")] | ||||
|         public string Icon { get; set; } = null!; | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Oscar Morales
					Oscar Morales