コード例 #1
0
 public static bool UPdateWarrantyCard(tk_WXGuaranteeCard card, string BXKIDold, ref string strErr)
 {
     return(CustomerServicePro.UPdateWarrantyCard(card, BXKIDold, ref strErr));
 }
コード例 #2
0
 public static bool SaveWarrantyCard(tk_WXGuaranteeCard record, ref string strErr)
 {
     return(CustomerServicePro.SaveWarrantyCard(record, ref strErr));
 }