예제 #1
0
 public CollectExecutionJob(ICollectRequestRepository repository, CollectExecutionManager collectManager)
 {
     this.Repository = repository;
     this.CollectManager = collectManager;
 }
예제 #2
0
 public CollectExecutionJob(ICollectRequestRepository repository, CollectExecutionManager collectManager)
 {
     this.Repository     = repository;
     this.CollectManager = collectManager;
 }