templates status - json в один уровень, toString
This commit is contained in:
10
PARR.API/Contracts/V1/Requests/Queries/RobinQuery.cs
Normal file
10
PARR.API/Contracts/V1/Requests/Queries/RobinQuery.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace PARR.API.Contracts.V1.Requests.Queries
|
||||
{
|
||||
public class RobinQuery
|
||||
{
|
||||
/// <summary>
|
||||
/// Вернуть все значения string. Json в один уровень для Robin.
|
||||
/// </summary>
|
||||
public bool? String { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user