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