Add new Hcs.Broker to communicate with ГИС ЖКХ via CryptoPro LibCore
This commit is contained in:
7
Hcs.Broker/Api/Request/Adapter/IGetStateResponse.cs
Normal file
7
Hcs.Broker/Api/Request/Adapter/IGetStateResponse.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace Hcs.Broker.Api.Request.Adapter
|
||||
{
|
||||
public interface IGetStateResponse
|
||||
{
|
||||
IGetStateResult GetStateResult { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user