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

ReportLinkImpl() private method

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