Add new Hcs.Broker to communicate with ГИС ЖКХ via CryptoPro LibCore
This commit is contained in:
7
Hcs.Broker/Api/Request/Adapter/IAsyncClient.cs
Normal file
7
Hcs.Broker/Api/Request/Adapter/IAsyncClient.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace Hcs.Broker.Api.Request.Adapter
|
||||
{
|
||||
public interface IAsyncClient<TRequestHeader> where TRequestHeader : class
|
||||
{
|
||||
Task<IGetStateResponse> GetStateAsync(TRequestHeader header, IGetStateRequest request);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user