コード例 #1
0
 public List <Opinion> GetOpinionsForTopic(int id)
 {
     return(manager.GetOpinionsForTopic(id));
 }