Merge branch 'feature1' of prem/testing into master
This commit was merged in pull request #1.
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ namespace TestConsoleApp
|
||||
|
||||
public List<string> Parse()
|
||||
{
|
||||
var totalQuery = File.ReadAllText(@"D:\empt.txt");
|
||||
var totalQuery = File.ReadAllText(@"D:\testquery.txt");
|
||||
return _Parse(totalQuery);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user