Esempio n. 1
0
 public void Setup()
 {
     saga = new GracePeriodForAcceptingRebookings
     {
         Data = new GracePeriodForAcceptingRebookingsData()
     };
     context = new TestableMessageHandlerContext();
     proposedRebookingWasRejected = new RebookingProposalWasRejected(bookingReferenceId);
 }
Esempio n. 2
0
    public void Setup()
    {
        saga = new GracePeriodForAcceptingRebookings
        {
            Data = new GracePeriodForAcceptingRebookingsData()
        };
        context = new TestableMessageHandlerContext();

        rebookingWasProposed = new RebookingWasProposed(
            bookingReferenceId,
            "Aircraft type was changed from Boeing 787 to Boeing 777");
    }