Example #1
0
 public DataDAL()
 {
     read = new ReadConfig();
     conn = read.GetSQLConnection();
 }
Example #2
0
        public ReportDataDAL()
        {
            ReadConfig read = new ReadConfig();

            conn = read.GetSQLConnection();
        }