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

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

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