コード例 #1
0
 public Ideation GetIdeation(int moduleId)
 {
     return(IdeationRepo.ReadWithModule(moduleId));
 }