コード例 #1
0
 public static bool DeleteArticleByPkid(int id)
 {
     return(ArticleDal.DeleteArticleByPkid(ProcessConnection.OpenMarketing, id));
 }