コード例 #1
0
ファイル: CompanyBLL.cs プロジェクト: opo30/bet-helper
 /// <summary>
 /// 获得数据列表
 /// </summary>
 public DataSet GetList(string strWhere)
 {
     return(dal.GetList(strWhere));
 }