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