示例#1
0
        public static bool SavePhotoInAlbum(AlbumPhoto photo)
        {
            IGalleryRepository galleryRepo = new GalleryRepository();

            return(galleryRepo.SavePhotoInAlbum(photo));
        }