Exemple #1
0
 public int Receipt(List <BllReceiptTable> receiptList, bool IsInstallments, DateTime planDate)
 {
     return(dal.Receipt(receiptList, IsInstallments, planDate));
 }