コード例 #1
0
ファイル: BReceipt.cs プロジェクト: seezeef/YS_ERP
 public int UpdataCancel(BllReceiptLineTable model)
 {
     return(dal.UpdataCancel(model));
 }