mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-07-31 20:47:51 +00:00
7 lines
139 B
C#
7 lines
139 B
C#
namespace MtApi.Responses
|
|
{
|
|
public class OrderSendResponse: ResponseBase
|
|
{
|
|
public int Ticket { get; set; }
|
|
}
|
|
} |