예제 #1
0
        public static bool EditAlbum(Album album)
        {
            IGalleryRepository galleryRepo = new GalleryRepository();

            return(galleryRepo.EditAlbum(album));
        }