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