public BSLUser(string strConnStr) : base() { m_objDSLUtils = new DSLUtils(strConnStr); m_strConnStr = strConnStr; }
public BSLServerList(string strConnStr) : base() { m_objDSLUtils = new DSLUtils(strConnStr); }
public BSLCompanyList(string strConnStr) : base() { m_objDSLUtils = new DSLUtils(strConnStr); }
private BSLSession(string strConnStr) : base() { m_objDSLUtils = new DSLUtils(strConnStr); }