public int ExecSql(string sql , IEnumerable <string> updateTables) { return(_dbConn.ExecSql(sql, updateTables)); }