Folder structure & files updated

This commit is contained in:
OlgunR
2026-03-17 16:17:52 +01:00
parent c7275ad966
commit 7271a92d32
38 changed files with 82 additions and 144 deletions

View File

@@ -1,6 +1,6 @@
namespace EnvelopeGenerator.ReceiverUI.Client.Services
{
public class AuthApiService
public class AuthService
{
}
}

View File

@@ -0,0 +1,6 @@
namespace EnvelopeGenerator.ReceiverUI.Client.Services.Base
{
public class ApiResponse
{
}
}

View File

@@ -0,0 +1,6 @@
namespace EnvelopeGenerator.ReceiverUI.Client.Services.Base
{
public class ApiServiceBase
{
}
}

View File

@@ -1,6 +1,6 @@
namespace EnvelopeGenerator.ReceiverUI.Client.Services
{
public class EnvelopeApiService
public class EnvelopeService
{
}
}

View File

@@ -1,6 +1,6 @@
namespace EnvelopeGenerator.ReceiverUI.Client.Services
{
public interface IAuthApiService
public class HistoryService
{
}
}

View File

@@ -1,6 +1,6 @@
namespace EnvelopeGenerator.ReceiverUI.Client.Services
{
public interface IEnvelopeApiService
public interface IAuthService
{
}
}

View File

@@ -0,0 +1,6 @@
namespace EnvelopeGenerator.ReceiverUI.Client.Services
{
public interface IEnvelopeService
{
}
}

View File

@@ -0,0 +1,6 @@
namespace EnvelopeGenerator.ReceiverUI.Client.Services
{
public interface IHistoryService
{
}
}