コード例 #1
0
ファイル: BReceipt.cs プロジェクト: seezeef/YS_ERP
 public int Receipt(List <BllReceiptTable> receiptList, bool IsInstallments, DateTime planDate)
 {
     return(dal.Receipt(receiptList, IsInstallments, planDate));
 }