1
duhe
2025-08-07 d61f775d4baa571d1eee7f0c2285f63a1ac5f0d5
SQLHelper/SQLHelper222.cs
@@ -15,6 +15,7 @@
      
        private static SqlCommand BuildIntCommand(SqlConnection connection, string storedProcName, IDataParameter[] parameters)
        {
            SqlCommand command = BuildQueryCommand(connection, storedProcName, parameters);