Пример #1
0
 public static List <Tag> GetAllTag(int contentID)
 {
     return(TagDAO.GetAllTag(contentID));
 }