コード例 #1
0
 public List <Feedback> Get(string tag)
 {
     return(fc.GetTaggedFeedbackList(tag));
 }