init
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Kreta.Client.KGR.Response
|
||||
{
|
||||
internal interface IResponse
|
||||
{
|
||||
bool IsSuccess { get; }
|
||||
|
||||
string Error { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user