Class UpdateFormulaSectionCommand
Namespace: Restaurant.Application.Requests.FormulaSection
Assembly: Restaurant.Application.dll
public sealed class UpdateFormulaSectionCommand : IRequest<Result<FormulaSection>>, IBaseRequest
Inheritance
object ← UpdateFormulaSectionCommand
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
Id
[JsonIgnore]
[Required]
public Guid Id { get; set; }
Property Value
Name
[Required]
public string Name { get; init; }
Property Value
Last modified: 21 May 2024