Class RemoveProductFoodLabelCommand
Namespace: Restaurant.Application.Requests.Product
Assembly: Restaurant.Application.dll
public sealed class RemoveProductFoodLabelCommand : IRequest<Result<Product>>, IBaseRequest
Inheritance
object ← RemoveProductFoodLabelCommand
Implements
IRequest<Result<Product\>\>, IBaseRequest
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Properties
FoodLabelId
[JsonIgnore]
[Required]
public Guid FoodLabelId { get; init; }
Property Value
ProductId
[JsonIgnore]
[Required]
public Guid ProductId { get; init; }
Property Value
Last modified: 21 May 2024