Class OrderedItem
Namespace: Restaurant.Application.Requests.Product
Assembly: Restaurant.Application.dll
public class OrderedItem
Inheritance
object ← OrderedItem
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.MemberwiseClone\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Properties
ProductId
public Guid ProductId { get; init; }
Property Value
Quantity
public uint Quantity { get; init; }
Property Value
Last modified: 21 May 2024