예제 #1
0
파일: BStock.cs 프로젝트: seezeef/YS_ERP
 public int GetDelayRecordCount(string strWhere)
 {
     return(dal.GetDelayRecordCount(strWhere));
 }