mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-07-28 19:17:48 +00:00
8 lines
142 B
C#
8 lines
142 B
C#
namespace MtApi.Responses
|
|
{
|
|
internal class SessionResponse : ResponseBase
|
|
{
|
|
public MtSession Session { get; set; }
|
|
}
|
|
}
|