public void CreateGalleryItem(GalleryItem galleryItem) { galleryItemRepository.Add(galleryItem); }
public GalleryItem Add(GalleryItem customer) { return(_customerRepository.Add(customer)); }