コード例 #1
0
ファイル: RiskFactorBll.cs プロジェクト: ZwPandora/GIL
 public DataSet GetDataSet(string strWhere)
 {
     return(dal.GetDataSet(strWhere));
 }