Move IServer and IInstance to TGS.Interface.Wrappers

This commit is contained in:
Cyberboss
2017-12-08 10:42:08 -05:00
parent 462a491c08
commit ff7a8b83ad
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -65,9 +65,9 @@
<Compile Include="Definitions.cs" />
<Compile Include="Enumerations.cs" />
<Compile Include="Helpers.cs" />
<Compile Include="IInstance.cs" />
<Compile Include="Wrappers\IInstance.cs" />
<Compile Include="InstanceMetadata.cs" />
<Compile Include="IServer.cs" />
<Compile Include="Wrappers\IServer.cs" />
<Compile Include="IServerInterface.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Components\Repository.cs" />
@@ -1,6 +1,6 @@
using TGS.Interface.Components;
namespace TGS.Interface
namespace TGS.Interface.Wrappers
{
/// <summary>
/// Wrapper for <see cref="ITGInstance"/> components
@@ -2,7 +2,7 @@
using System.Collections.Generic;
using TGS.Interface.Components;
namespace TGS.Interface
namespace TGS.Interface.Wrappers
{
/// <summary>
/// Wrapper representing a <see cref="ITGSService"/>