yangle
2022-10-08 b27cc0c7af4cb9f5b404c95f90c63be22668d0a6
SQLHelper/SQLHelper222.cs
@@ -15,6 +15,7 @@
      
        private static SqlCommand BuildIntCommand(SqlConnection connection, string storedProcName, IDataParameter[] parameters)
        {
            SqlCommand command = BuildQueryCommand(connection, storedProcName, parameters);