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

SaveLinkImpl() private method

private SaveLinkImpl ( ) : void
return void
        private void SaveLinkImpl()
        {
            //TODO: is this the right name?
            _redditService.AddSavedThing(_linkThing.Data.Name);
        }