Ejemplo n.º 1
0
 public static bool DelPayment(int id)
 {
     return(PaymentDAO.DelPayment(id));
 }