示例#1
0
 public SelectPaymentCommandHandler(DomainActorSystem domainActorSystem)
 {
     _domainActorSystem = domainActorSystem;
 }
示例#2
0
 public SelectDeliveryCommandHandler(DomainActorSystem domainActorSystem)
 {
     _domainActorSystem = domainActorSystem;
 }
 public GetOrderEventSeatReservationsQueryHandler(DomainActorSystem domainActorSystem)
 {
     _domainActorSystem = domainActorSystem;
 }
 public GetSelectedPaymentQueryHandler(DomainActorSystem domainActorSystem)
 {
     _domainActorSystem = domainActorSystem;
 }
 public ReserveTicketCommandHandler(DomainActorSystem domainActorSystem)
 {
     _domainActorSystem = domainActorSystem;
 }
 public GetClientOrdersByStateQueryHandler(DomainActorSystem domainActorSystem)
 {
     _domainActorSystem = domainActorSystem;
 }
 public CompleteOrderCommandHandler(DomainActorSystem domainActorSystem)
 {
     _domainActorSystem = domainActorSystem;
 }
示例#8
0
 public GetClientTicketsForEventQueryHandler(DomainActorSystem domainActorSystem)
 {
     _domainActorSystem = domainActorSystem;
 }
 public GetAwaitingOrdersQueryHandler(DomainActorSystem domainActorSystem)
 {
     _domainActorSystem = domainActorSystem;
 }
示例#10
0
 public GetSelectedDeliveryQueryHandler(DomainActorSystem domainActorSystem)
 {
     _domainActorSystem = domainActorSystem;
 }
 public CreateNewOrderCommandHandler(DomainActorSystem domainActorSystem)
 {
     _domainActorSystem = domainActorSystem;
 }
示例#12
0
 public DiscardSeatCommandHandler(DomainActorSystem domainActorSystem)
 {
     _domainActorSystem = domainActorSystem;
 }