templates status - json в один уровень, toString

This commit is contained in:
Mikhail Trubnikov
2023-09-18 12:08:40 +10:00
parent cfcf2dc578
commit a31172464b
4 changed files with 44 additions and 1 deletions

View 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; }
}
}