コード例 #1
0
ファイル: BPurchaseOrder.cs プロジェクト: zhr008/ERP-1
 public DataSet GetPrintList(string strWhere)
 {
     return(dal.GetPrintList(strWhere));
 }