コード例 #1
0
ファイル: BStock.cs プロジェクト: seezeef/YS_ERP
 public DataSet GetDelayPrintList(string strWhere)
 {
     return(dal.GetDelayPrintList(strWhere));
 }