예제 #1
0
 //根据客户id删除客户信息
 //删除客户信息
 public bool DelCustomer(int id)
 {
     return(customerservice.DelCustomer(id));
 }