Пример #1
0
        public static bool CreateAlbum(Album album)
        {
            IGalleryRepository galleryRepo = new GalleryRepository();

            return(galleryRepo.CreateAlbum(album));
        }