public static bool CheckSQLDatabaseConnection() { return(Standard.CheckSQLDatabaseConnection()); }
private ConnectionManager(string pLogin, string pPassword, string pServer, string pDatabase, string pTimeout, bool integrated) { _connectionManager = Standard.GetInstance(pLogin, pPassword, pServer, pDatabase, pTimeout, integrated); }
public static bool CheckSQLServerConnection() { return(Standard.CheckSQLServerConnection()); }
private ConnectionManager() { _connectionManager = Standard.GetInstance(); }