Class AddRestaurantMenuCommand
Namespace: Restaurant.Application.Requests.Restaurant
Assembly: Restaurant.Application.dll
public sealed class AddRestaurantMenuCommand : IRequest<Result<Restaurant>>, IBaseRequest
Inheritance
object ← AddRestaurantMenuCommand
Implements
IRequest<Result<Restaurant\>\>, IBaseRequest
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Properties
MenuId
[JsonIgnore]
[Required]
public Guid MenuId { get; init; }
Property Value
RestaurantId
[JsonIgnore]
[Required]
public Guid RestaurantId { get; init; }
Property Value
Last modified: 21 May 2024