Owneat Technical Guide main Help

Class AddProductIngredientCommand

Namespace: Restaurant.Application.Requests.Product
Assembly: Restaurant.Application.dll

public sealed class AddProductIngredientCommand : IRequest<Result<Product>>, IBaseRequest

Inheritance

object ← AddProductIngredientCommand

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

IngredientId

[JsonIgnore] [Required] public Guid IngredientId { get; init; }

Property Value

Guid

ProductId

[JsonIgnore] [Required] public Guid ProductId { get; init; }

Property Value

Guid

Last modified: 21 May 2024