예제 #1
0
파일: BReceipt.cs 프로젝트: seezeef/YS_ERP
 public int Receipt(List <BllReceiptTable> receiptList, bool IsInstallments, DateTime planDate)
 {
     return(dal.Receipt(receiptList, IsInstallments, planDate));
 }