diff options
Diffstat (limited to 'Aggregator/Parser/ParserService.cs')
-rw-r--r-- | Aggregator/Parser/ParserService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Aggregator/Parser/ParserService.cs b/Aggregator/Parser/ParserService.cs index 905bfa4..06f3469 100644 --- a/Aggregator/Parser/ParserService.cs +++ b/Aggregator/Parser/ParserService.cs @@ -2,7 +2,7 @@ using System; using System.Linq; using System.Xml.Linq; using System.Collections.Generic; -using Aggregator.Classes; +using Classes; namespace Aggregator.Parser { /// <summary> |