Exemple #1
0
 public ImageController(IIjpRepository ijpRepository, IMapper mapper)
 {
     _ijpRepository = ijpRepository;
     _mapper        = mapper;
 }
 public GalleryController(IMapper mapper, IIjpRepository ijpRepository)
 {
     _mapper        = mapper;
     _ijpRepository = ijpRepository;
 }