BaconographyPortable.ViewModel.CommentsViewModel.GotoSubredditImpl C# (CSharp) Method

GotoSubredditImpl() private method

private GotoSubredditImpl ( ) : void
return void
        private async void GotoSubredditImpl()
        {
            _navigationService.Navigate(_dynamicViewLocator.RedditView, new SelectSubredditMessage { Subreddit = await _redditService.GetSubreddit(_linkThing.Data.Subreddit) });
        }