Ejemplo n.º 1
0
 private void InitializeTestData()
 {
     sampleGetVouchersInformationResponse = new GetVouchersInformationResponse
     {
         voucherInformation = new VoucherInformation[]
         {
         }
     };
 }
Ejemplo n.º 2
0
        public static void Publish(GetVouchersInformationResponse response, string jobIdentifier, string routingKey)
        {
            Responses.Add(response);

            Task.WaitAll(ResponseExchange.PublishAsync(response, jobIdentifier, routingKey));
        }