Esempio n. 1
0
        //TODO CHANGE, this is not the way to get a connection to SQL server but it is the fastest to get some work done quickly
        public static sqlServerConnection GetAppMetadataInstance()
        {
            sqlServerConnection sql = new sqlServerConnection(sqlAppSettings.AppMetadataConnectionString);

            return(sql);
        }
Esempio n. 2
0
        //TODO CHANGE, this is not the way to get a connection to SQL server but it is the fastest to get some work done quickly
        public static sqlServerConnection GetDataServiceInstance()
        {
            sqlServerConnection sql = new sqlServerConnection(sqlAppSettings.DataServiceConnectionString);

            return(sql);
        }