feat: added endpoint DeleteProduct
- fix: adapters package updated - fix: status property renamed
This commit is contained in:
		| @@ -34,12 +34,12 @@ namespace Core.Inventory.Domain.Contexts.Inventory.Request | ||||
|         public string Description { get; set; } = null!; | ||||
|  | ||||
|         /// <summary> | ||||
|         /// Gets or sets the status of the product. | ||||
|         /// Gets or sets the productStatus of the product. | ||||
|         /// </summary> | ||||
|         [BsonElement("status")] | ||||
|         [BsonElement("productStatus")] | ||||
|         [BsonRepresentation(BsonType.String)] | ||||
|         [JsonPropertyName("status")] | ||||
|         public string Status { get; set; } = null!; | ||||
|         [JsonPropertyName("productStatus")] | ||||
|         public string ProductStatus { get; set; } = null!; | ||||
|  | ||||
|         /// <summary> | ||||
|         /// Gets or sets the list of Tag Ids associated with this product. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user