Example #1
0
 public bool UpdatePayment(Payment entity, DateTime old_DDATE)
 {
     return(paymentDal.UpdatePayment(entity, old_DDATE));
 }