예제 #1
0
 //更新状态
 public int UpdateStatus(string strID, int iType)
 {
     return(bll.UpdateStatus(strID, 0, iType));
 }