예제 #1
0
 public ProblemController(IServiceBus bus, ISession session, ITestInfoArchiveLinkCache testInfoArchiveLinkCache, IFactory <IFormatter> formatters)
 {
     this.bus     = bus;
     this.session = session;
     this.testInfoArchiveLinkCache = testInfoArchiveLinkCache;
     this.formatters = formatters;
 }
예제 #2
0
 public PackTestInfoCompletedConsumer(ITestInfoArchiveLinkCache linkCache)
 {
     this.linkCache = linkCache;
 }