Fix in namespace
This commit is contained in:
		| @@ -2,7 +2,7 @@ | ||||
| using MongoDB.Bson.Serialization.Attributes; | ||||
| using System.Text.Json.Serialization; | ||||
|  | ||||
| namespace Core.Adapters.Lib.Inventory | ||||
| namespace Core.Adapters.Lib | ||||
| { | ||||
|     [CollectionAttributeName("Furniture")] | ||||
|     public class FurnitureModel : Document | ||||
|   | ||||
| @@ -2,7 +2,7 @@ | ||||
| using MongoDB.Bson.Serialization.Attributes; | ||||
| using System.Text.Json.Serialization; | ||||
|  | ||||
| namespace Core.Adapters.Lib.Inventory | ||||
| namespace Core.Adapters.Lib | ||||
| { | ||||
|     [CollectionAttributeName("Inventory")] | ||||
|     public class InventoryItem : FurnitureModel | ||||
|   | ||||
		Reference in New Issue
	
	Block a user