示例#1
0
 public static bool DeleteUrlByPageId(int pageId)
 {
     return(DBFriendlyUrl.DeleteByPageId(pageId));;
 }