cleanup namespaces

This commit is contained in:
Tommy Parnell
2015-05-16 22:36:25 -04:00
parent 67eaca7eef
commit e7e95ccc1d
7 changed files with 9 additions and 22 deletions

View File

@@ -3,6 +3,7 @@ using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text; using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
using NetrunnerDb.Net.Responses;
using NUnit.Framework; using NUnit.Framework;
namespace NetrunnerDb.Net.Tests namespace NetrunnerDb.Net.Tests

View File

@@ -71,6 +71,9 @@
<Name>NetrunnerDb.Net</Name> <Name>NetrunnerDb.Net</Name>
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets. Other similar extension points exist, see Microsoft.Common.targets.

View File

@@ -1,6 +1,7 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Net; using System.Net;
using NetrunnerDb.Net.Responses;
using Newtonsoft.Json; using Newtonsoft.Json;
using RestSharp; using RestSharp;

View File

@@ -1,11 +1,7 @@
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Newtonsoft.Json; using Newtonsoft.Json;
namespace NetrunnerDb.Net namespace NetrunnerDb.Net.Responses
{ {
public class Cards : IRequest public class Cards : IRequest
{ {

View File

@@ -1,10 +1,4 @@
using System; namespace NetrunnerDb.Net.Responses
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace NetrunnerDb.Net
{ {
public interface IRequest public interface IRequest
{ {

View File

@@ -1,11 +1,7 @@
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Newtonsoft.Json; using Newtonsoft.Json;
namespace NetrunnerDb.Net namespace NetrunnerDb.Net.Responses
{ {
public class Set : IRequest public class Set : IRequest
{ {

View File

@@ -1,11 +1,7 @@
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Newtonsoft.Json; using Newtonsoft.Json;
namespace NetrunnerDb.Net namespace NetrunnerDb.Net.Responses
{ {
public class Sets : IRequest public class Sets : IRequest
{ {