コード例 #1
0
        public static bool DeletePhoto(int photoId)
        {
            IGalleryRepository galleryRepo = new GalleryRepository();

            return(galleryRepo.DeletePhoto(photoId));
        }