コード例 #1
0
ファイル: Factory.cs プロジェクト: YuuSoft/ecocharge
 public IList <object> ExecuteSqlField(string sql)
 {
     return(dao.ExecuteSqlField(sql));
 }