public GalleriesController(IGalleryRepo repository) { _repository = repository; }
public GalleryController(IGalleryRepo gallery) { this._gallery = gallery; }
public GalleryController(IGalleryRepo iGalleryRepo) { this._iGalleryRepo = iGalleryRepo; }