Owneat Technical Guide main Help

Class RemoveFormulaSectionProductCommand

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

public sealed class RemoveFormulaSectionProductCommand : IRequest<Result<FormulaSection>>, IBaseRequest

Inheritance

object ← RemoveFormulaSectionProductCommand

Implements

IRequest<Result<FormulaSection\>\>, IBaseRequest

Inherited Members

object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)

Properties

FormulaSectionId

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

Property Value

Guid

ProductId

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

Property Value

Guid

Last modified: 21 May 2024