예제 #1
0
 public List <TagData> GetTagDataByArticleData(ArticleData articleData)
 {
     return(GetTagDataByArticleData(articleData.Id));
 }