Example #1
0
 public PadSeriesCreateHandler(PadSeriesCreateOrUpdateCompositeSpecification spec, IPadSeriesRepo repo, IImageProcessor imageProcessor)
 {
     this.spec           = spec;
     this.repo           = repo;
     this.imageProcessor = imageProcessor;
 }