Class CustomerQuittingTableEvent
Namespace: Ordering.Domain.Aggregates.Customer.Events
Assembly: Ordering.Domain.dll
public sealed class CustomerQuittingTableEvent : IDomainEvent, INotification
Inheritance
object ← CustomerQuittingTableEvent
Implements
IDomainEvent, INotification
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Properties
CustomerId
[Required]
public Guid CustomerId { get; init; }
Property Value
CustomerName
[Required]
public string CustomerName { get; init; }
Property Value
TableId
[Required]
public Guid TableId { get; init; }
Property Value
Last modified: 21 May 2024