cnf
2025-03-24 0529fdff6aec54e5af03e69af16bfe73139ee46c
MES.Service/DB/OracleSQLHelper.cs
@@ -9,10 +9,11 @@
/// </summary>
public class OracleSQLHelper
{
    private readonly string ConnectionString =AppsettingsUtility.Settings.DataBaseConn;
    private readonly string _connectionString;
    private readonly string ConnectionString =
        AppsettingsUtility.Settings.DataBaseConn;
    public OracleSQLHelper()
    {
        _connectionString = ConnectionString;