コード例 #1
0
 public DataSet GetAllByFilterExpression(string filterExpression)
 {
     return(dataAccess.GetAllByFilterExpression(filterExpression));
 }