Browse Source

new feature

Prem Kumar 3 years ago
parent
commit
39d25240b9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      QueryParser.cs

+ 1
- 1
QueryParser.cs View File

@@ -8,7 +8,7 @@ namespace TestConsoleApp
8 8
 
9 9
         public List<string> Parse()
10 10
         {
11
-            var totalQuery = File.ReadAllText(@"D:\empt.txt");
11
+            var totalQuery = File.ReadAllText(@"D:\testquery.txt");
12 12
             return _Parse(totalQuery);
13 13
 
14 14
         }

Loading…
Cancel
Save