Exemplo n.º 1
0
 public DataSet GetPaymentReceiptById(int paymentId, string copyLabel, string copyLabelAr, string NetAmountLabel = "")
 {
     return(daCustomer.GetPaymentReceiptById(paymentId, copyLabel, NetAmountLabel, copyLabelAr));
 }