public Gallery(IList <IGalleryItem> galleryItems, IGalleryItemFactory <TSourceItem> galleryItemFactory) : this(galleryItems) { GalleryItemFactory = galleryItemFactory; }
public Gallery(IEnumerable <IGalleryItem> galleryItems, IGalleryItemFactory <TSourceItem> galleryItemFactory) : this(galleryItems) { GalleryItemFactory = galleryItemFactory; }