From c4ca756b1c2813c72bfd1452c8e35e5e9e624366 Mon Sep 17 00:00:00 2001
From: Aryadev Chavali <aryadevchavali1@gmail.com>
Date: Thu, 21 Feb 2019 17:44:35 +0000
Subject: Changed namespace to just Aggregator

---
 Aggregator/Parser/Download.cs          | 2 +-
 Aggregator/Parser/ParserService.cs     | 2 +-
 Aggregator/Tests/DownloadTests.cs      | 2 +-
 Aggregator/Tests/ParserServiceTests.cs | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

(limited to 'Aggregator')

diff --git a/Aggregator/Parser/Download.cs b/Aggregator/Parser/Download.cs
index 1249771..158806f 100644
--- a/Aggregator/Parser/Download.cs
+++ b/Aggregator/Parser/Download.cs
@@ -1,7 +1,7 @@
 using System.Net;
 using System.Threading.Tasks;
 
-namespace Aggregator.Parser {
+namespace Aggregator {
     public static class Download {
         /// <summary>
         /// Download source from a given site synchronously
diff --git a/Aggregator/Parser/ParserService.cs b/Aggregator/Parser/ParserService.cs
index 06f3469..c88e4b1 100644
--- a/Aggregator/Parser/ParserService.cs
+++ b/Aggregator/Parser/ParserService.cs
@@ -4,7 +4,7 @@ using System.Xml.Linq;
 using System.Collections.Generic;
 using Classes;
 
-namespace Aggregator.Parser {
+namespace Aggregator {
     /// <summary>
     /// Class to provide Parsing services
     /// </summary>
diff --git a/Aggregator/Tests/DownloadTests.cs b/Aggregator/Tests/DownloadTests.cs
index cb0e307..4f38466 100644
--- a/Aggregator/Tests/DownloadTests.cs
+++ b/Aggregator/Tests/DownloadTests.cs
@@ -2,7 +2,7 @@ using System;
 using System.Xml;
 using System.Xml.Linq;
 using System.Collections.Generic;
-using Aggregator.Parser;
+using Aggregator;
 using Xunit;
 
 namespace Aggregator.Tests {
diff --git a/Aggregator/Tests/ParserServiceTests.cs b/Aggregator/Tests/ParserServiceTests.cs
index 7caed02..99dab42 100644
--- a/Aggregator/Tests/ParserServiceTests.cs
+++ b/Aggregator/Tests/ParserServiceTests.cs
@@ -2,7 +2,7 @@ using System;
 using System.Linq;
 using System.Threading.Tasks;
 using System.Collections.Generic;
-using Aggregator.Parser;
+using Aggregator;
 using Classes;
 using Xunit;
 
-- 
cgit v1.2.3-13-gbd6f