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