예제 #1
0
 public CategoryController(ICategoryQueryProcessor categoryQueryProcessor, IAutoMapper mapper, IImageQueryProcessor imageQueryProcessor)
 {
     _categoryQueryProcessor = categoryQueryProcessor;
     __imageQueryProcessor   = imageQueryProcessor;
     _mapper = mapper;
 }
 public ImagesController(IImageQueryProcessor addressQueryProcessor, IAutoMapper mapper)
 {
     _imageQueryProcessor = addressQueryProcessor;
     _mapper = mapper;
 }