Example #1
0
 /// <summary>
 /// 删除一条数据
 /// </summary>
 public bool Delete(int id)
 {
     return(dal.Delete(id));
 }
Example #2
0
 public int Delete(int orderid)
 {
     return(_dao.Delete(orderid));
 }
Example #3
0
 public int Delete(string orderid)
 {
     return(_dao.Delete(orderid));
 }