Class AssignSeat
- Namespace
- InSite.Application.Registrations.Write
- Assembly
- Shift.Sdk.dll
public class AssignSeat : Command, ICommand
- Inheritance
-
AssignSeat
- Implements
- Inherited Members
- Extension Methods
Constructors
AssignSeat(Guid, Guid?, decimal?, string)
public AssignSeat(Guid aggregate, Guid? seat, decimal? price, string billingCustomer)
Parameters
Properties
BillingCustomer
public string BillingCustomer { get; set; }
Property Value
Price
public decimal? Price { get; set; }
Property Value
Seat
public Guid? Seat { get; set; }
Property Value
- Guid?