Ejemplo n.º 1
0
 /// <summary>
 /// 删除一条数据
 /// </summary>
 public bool DeleteList(string C_IDlist)
 {
     return(dal.DeleteList(C_IDlist));
 }