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