public void TestNonLimitedParserAnother() { NonLimitedParser test = new NonLimitedParser(new SqlConnection(), new SafeILog(log)); test.ParseAndStore(14832); }
public void TestNonLimitedParser() { NonLimitedParser test = new NonLimitedParser(new SqlConnection(), new SafeILog(log)); test.ParseAndStore(response, "01820769", 556, null); }