示例#1
0
文件: PageBL.cs 项目: heran/DekiWiki
 private static void ImportPageTags(PageBE page, string[] tags) {
     var tagBL = new TagBL();
     tagBL.PutTags(page, tags);
 }