Class CanGetAllMenusByRestaurantIdRequirement
Namespace: Restaurant.Application.Authorization.Menu
Assembly: Restaurant.Application.dll
public class CanGetAllMenusByRestaurantIdRequirement : IAuthorizationRequirement
Inheritance
object ← CanGetAllMenusByRestaurantIdRequirement
Implements
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.MemberwiseClone\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Constructors
CanGetAllMenusByRestaurantIdRequirement\(Guid\)
public CanGetAllMenusByRestaurantIdRequirement(Guid restaurantGuid)
Parameters
restaurantGuid Guid
Properties
RestaurantGuid
public Guid RestaurantGuid { get; }
Property Value
Last modified: 21 May 2024