Esempio n. 1
0
 public static bool DeleteCustomerPayment(int paymentId)
 {
     return(CustomerDb.DeleteCustomerPayment(paymentId));
 }