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