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