init
This commit is contained in:
13
Kreta.Client/GlobalApi/IGlobalApiClient.cs
Normal file
13
Kreta.Client/GlobalApi/IGlobalApiClient.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System.Collections.Generic;
|
||||
using Kreta.Client.ClientBase.Response;
|
||||
using Kreta.Client.GlobalApi.Models;
|
||||
using Kreta.Framework;
|
||||
|
||||
namespace Kreta.Client.GlobalApi
|
||||
{
|
||||
public interface IGlobalApiClient
|
||||
{
|
||||
GetTokenResponse GetPrivateToken();
|
||||
List<AdatbaziselerhetosegResponseModel> GetKretaAdatbaziselerhetosegek(string privateToken, SystemType systemType);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user