Enum MenuStates
Namespace: Restaurant.Domain.Aggregates.MenuAggregate.Assets
Assembly: Restaurant.Domain.dll
Flag enum that represents the state of a Restaurant.Domain.Aggregates.MenuAggregate.Menu that belongs to a Restaurant.
[Flags]
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum MenuStates
Fields
Active = 1
Inactive = 2
Last modified: 21 May 2024