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