Пример #1
0
 /// <summary>
 /// 删除商品
 /// </summary>
 /// <returns></returns>
 public int DelComm(int pid)
 {
     return(dal.DelComm(pid));
 }