refactor: SystemDetails-Response-Modelle in den SystemDetails-Ordner verschoben
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
namespace WindreamHub.Legacy.Client.Models
|
namespace WindreamHub.Legacy.Client.Models.SystemDetails
|
||||||
{
|
{
|
||||||
public class SystemDetails
|
public class SystemDetails
|
||||||
{
|
{
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
namespace WindreamHub.Legacy.Client.Models
|
namespace WindreamHub.Legacy.Client.Models.SystemDetails
|
||||||
{
|
{
|
||||||
public class SystemDetailsResponse
|
public class SystemDetailsResponse
|
||||||
{
|
{
|
||||||
@@ -4,6 +4,7 @@ using System.Net;
|
|||||||
using System.Net.Http;
|
using System.Net.Http;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using WindreamHub.Legacy.Client.Models;
|
using WindreamHub.Legacy.Client.Models;
|
||||||
|
using WindreamHub.Legacy.Client.Models.SystemDetails;
|
||||||
using WindreamHub.Legacy.Client.Routes;
|
using WindreamHub.Legacy.Client.Routes;
|
||||||
|
|
||||||
namespace WindreamHub.Legacy.Client.Route
|
namespace WindreamHub.Legacy.Client.Route
|
||||||
|
|||||||
@@ -90,8 +90,8 @@
|
|||||||
<Compile Include="Models\Authentication\Base64Credential.cs" />
|
<Compile Include="Models\Authentication\Base64Credential.cs" />
|
||||||
<Compile Include="Models\ModelExtensions.cs" />
|
<Compile Include="Models\ModelExtensions.cs" />
|
||||||
<Compile Include="Models\SimplifiedResponse.cs" />
|
<Compile Include="Models\SimplifiedResponse.cs" />
|
||||||
<Compile Include="Models\SystemDetails.cs" />
|
<Compile Include="Models\SystemDetails\SystemDetails.cs" />
|
||||||
<Compile Include="Models\SystemDetailsResponse.cs" />
|
<Compile Include="Models\SystemDetails\SystemDetailsResponse.cs" />
|
||||||
<Compile Include="Models\Authentication\UserCredential.cs" />
|
<Compile Include="Models\Authentication\UserCredential.cs" />
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
<Compile Include="Routes\DocumentsRouteService.cs" />
|
<Compile Include="Routes\DocumentsRouteService.cs" />
|
||||||
|
|||||||
Reference in New Issue
Block a user