Class VerifyProductBasesCommandResponse
Namespace: Restaurant.Application.Requests.ProductBase
Assembly: Restaurant.Application.dll
public sealed class VerifyProductBasesCommandResponse
Inheritance
object ← VerifyProductBasesCommandResponse
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Properties
IsSuccess
public bool IsSuccess { get; set; }
Property Value
UnavailableProductBasesIds
public List<Guid> UnavailableProductBasesIds { get; set; }
Property Value
Last modified: 21 May 2024