示例#1
0
 public static int GetTaggedStoryCount(string tagIdentifier, int hostID)
 {
     return(Story.GetTaggedStoryCount(TagCache.GetTagID(tagIdentifier), hostID));
 }