mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-07-27 18:47:55 +00:00
9 lines
214 B
C#
9 lines
214 B
C#
namespace MtApi.Requests
|
|
{
|
|
public class GetOrderRequest: RequestBase
|
|
{
|
|
public int Index { get; set; }
|
|
public int Select { get; set; }
|
|
public int Pool { get; set; }
|
|
}
|
|
} |