Fix in inheritance
This commit is contained in:
		| @@ -5,7 +5,7 @@ using System.Text.Json.Serialization; | ||||
| namespace Core.Adapters.Lib | ||||
| { | ||||
|     [CollectionAttributeName("FurnitureVariants")] | ||||
|     public class FurnitureVariant : Document | ||||
|     public class FurnitureVariant : InventoryItem | ||||
|     { | ||||
|         [BsonElement("modelId")] | ||||
|         [JsonPropertyName("modelId")] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user