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