feat(esppOrderManager): доработка логики. EsppApi - запросы переделаны под модели.
This commit is contained in:
10
PARR.EsppApi/Requests/GetTaskListRequest.cs
Normal file
10
PARR.EsppApi/Requests/GetTaskListRequest.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace PARR.EsppApi.Requests
|
||||
{
|
||||
/// <summary>
|
||||
/// Получить список нарядов
|
||||
/// </summary>
|
||||
internal class GetTaskListRequest
|
||||
{
|
||||
public required string VIEW_QUERY { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user