mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-07-28 19:17:48 +00:00
8 lines
175 B
C#
Executable File
8 lines
175 B
C#
Executable File
namespace MtApi.Responses
|
|
{
|
|
internal class ResponseBase
|
|
{
|
|
public int ErrorCode { get; set; }
|
|
public string ErrorMessage { get; set; }
|
|
}
|
|
} |