コード例 #1
0
 private void ReportImpl()
 {
     _redditService.AddReportOnThing(_comment.Data.Name);
 }
コード例 #2
0
 private void ReportLinkImpl()
 {
     //TODO: is this the right name?
     _redditService.AddReportOnThing(_linkThing.Data.Name);
 }