Class GetRestaurantMenusQuery
Namespace: Restaurant.Application.Requests.Restaurant
Assembly: Restaurant.Application.dll
public sealed class GetRestaurantMenusQuery : IRequest<Result<IEnumerable<Menu>>>, IBaseRequest
Inheritance
object ← GetRestaurantMenusQuery
Implements
IRequest<Result<IEnumerable<Menu\>\>\>, 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; init; }
Property Value
States
public MenuStates States { get; init; }
Property Value
MenuStates
Last modified: 21 May 2024