예제 #1
0
        public static bool DeleteAlbum(int albumId)
        {
            IGalleryRepository galleryRepo = new GalleryRepository();

            return(galleryRepo.DeleteAlbum(albumId));
        }