Ejemplo n.º 1
0
 public StagedBillPayHandler(IMessageBus messageBus, IStagedBillPayViewModel stagedBillPayViewModel, IAgentSelectorViewModel agentSelector, BillPayOperations billPayOperations)
 {
     _messageBus        = messageBus;
     _billPayOperations = billPayOperations;
     _stagedBillPay     = stagedBillPayViewModel;
     _agentSelector     = agentSelector;
 }
Ejemplo n.º 2
0
 public void TestSetup()
 {
     _billPayOperations = new BillPayOperations(new TestRunner());
 }
Ejemplo n.º 3
0
 public void TestSetup()
 {
     _repo = new TrainingModeRepository();
     _sendOperations = new SendOperations(new TestRunner(true));
     _billPayOperations = new BillPayOperations(new TestRunner(true));
 }