コード例 #1
0
 public void CreateGalleryItem(GalleryItem galleryItem)
 {
     galleryItemRepository.Add(galleryItem);
 }
コード例 #2
0
 public GalleryItem Add(GalleryItem customer)
 {
     return(_customerRepository.Add(customer));
 }