Class GetAllUsersByRestaurantIdQuery
Namespace: Identity.Application.Requests.Handlers.User
Assembly: Identity.Application.dll
Request that carries the RestaurantId.
public sealed class GetAllUsersByRestaurantIdQuery : IRequest<Result<IEnumerable<UserResponse>>>, IBaseRequest
Inheritance
object ← GetAllUsersByRestaurantIdQuery
Implements
IRequest<Result<IEnumerable<UserResponse\>\>\>, IBaseRequest
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Properties
RestaurantId
[Required]
public Guid RestaurantId { get; set; }
Property Value
Last modified: 21 May 2024