示例#1
0
 public bool ExcuteSqls(List <string> sql)
 {
     return(SQLDataServer.OperationSQLs(sql, conn));
 }