示例#1
0
 public static void CancelCustomerPhone(string cellPhone, int customerSysNo)
 {
     CustomerDA.CancelCustomerPhone(cellPhone, customerSysNo);
 }