new feature
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ namespace TestConsoleApp
|
|||||||
|
|
||||||
public List<string> Parse()
|
public List<string> Parse()
|
||||||
{
|
{
|
||||||
var totalQuery = File.ReadAllText(@"D:\empt.txt");
|
var totalQuery = File.ReadAllText(@"D:\testquery.txt");
|
||||||
return _Parse(totalQuery);
|
return _Parse(totalQuery);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user