예제 #1
0
파일: SCHOOL.cs 프로젝트: kencentre/X-Wcf
 public DataSet GetListByPage(string strWhere, string startDate, string endDate, string startIndex, string endIndex)
 {
     return(dal.GetListByPage(strWhere, startDate, endDate, startIndex, endIndex));
 }