Доделал респонс для шаблона.

This commit is contained in:
Mikhail Trubnikov
2023-09-20 09:13:46 +10:00
parent 9dc5dc5c3e
commit 87f81d5ed6
4 changed files with 71 additions and 37 deletions

View File

@@ -5,6 +5,6 @@
/// <summary>
/// Вернуть все значения string. Json в один уровень для Robin.
/// </summary>
public bool? String { get; set; }
public bool? Robin { get; set; }
}
}