11 lines
287 B
C#
11 lines
287 B
C#
namespace PARR.API.Contracts.V1.Requests.Queries
|
|
{
|
|
public class RobinQuery
|
|
{
|
|
/// <summary>
|
|
/// Вернуть все значения string. Json в один уровень для Robin.
|
|
/// </summary>
|
|
public bool? Robin { get; set; }
|
|
}
|
|
}
|