예제 #1
0
        public async Task <IEnumerable <Album> > MergeAsync()
        {
            var photoAlbums = await _photoAlbumService.MergeAsync();

            return(photoAlbums ?? new List <Album>());
        }