コード例 #1
0
ファイル: IdeationManager.cs プロジェクト: ka2ya/cityOfIdeas
 public void UpdateReply(IdeationReply reply)
 {
     _ideationRepository.UpdateReply(reply);
 }