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