コード例 #1
0
ファイル: article.cs プロジェクト: zhanglg40/SANKE
 /// <summary>
 /// 修改一列数据
 /// </summary>
 public void updateAttribute(int id, string strValue)
 {
     dal.updateAttribute(id, strValue);
 }