コード例 #1
0
ファイル: TrendsService.cs プロジェクト: xxmingming/phmi
 private void ApplyResult(TrendsCategoryAbstract category, RemapTrendsResult result)
 {
     _reporter.Report(result.Notifications);
     category.ApplyRemapResult(result);
 }
コード例 #2
0
ファイル: TrendsService.cs プロジェクト: guozanhua/phmi
 private void ApplyResult(TrendsCategoryAbstract category, RemapTrendsResult result)
 {
     _reporter.Report(result.Notifications);
     category.ApplyRemapResult(result);
 }