Owneat Technical Guide main Help

Class MoveCustomerToAnotherTableCommand

Namespace: Ordering.Application.Requests.Handlers.Table
Assembly: Ordering.Application.dll

public sealed class MoveCustomerToAnotherTableCommand : IRequest<Result<Unit>>, IBaseRequest

Inheritance

object ← MoveCustomerToAnotherTableCommand

Implements

IRequest<Result<Unit\>\>, IBaseRequest

Inherited Members

object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)

Properties

MovingCustomerGuid

[Required] [JsonIgnore] public Guid MovingCustomerGuid { get; init; }

Property Value

Guid

ReceivingTableGuid

[Required] [JsonIgnore] public Guid ReceivingTableGuid { get; init; }

Property Value

Guid

Last modified: 21 May 2024