コード例 #1
0
 public bool Destroy(object PaymentID)
 {
     return(TblPaymentDetail.Destroy(PaymentID) == 1);
 }