Exemple #1
0
        public void TestNonLimitedParserAnother()
        {
            NonLimitedParser test = new NonLimitedParser(new SqlConnection(), new SafeILog(log));

            test.ParseAndStore(14832);
        }
Exemple #2
0
        public void TestNonLimitedParser()
        {
            NonLimitedParser test = new NonLimitedParser(new SqlConnection(), new SafeILog(log));

            test.ParseAndStore(response, "01820769", 556, null);
        }