feat(api): templateResponse переименовано поле

This commit is contained in:
Mikhail Trubnikov
2026-02-04 09:11:35 +10:00
parent e88818104b
commit 4a864bd18b
2 changed files with 7 additions and 7 deletions

View File

@@ -19,7 +19,7 @@
/// <summary>
/// NextRun с учетом ЗО
/// </summary>
public DateTimeOffset? NextRunWithResponseAreaOffset { get; set; }
public DateTimeOffset? NextRunResponseAreaInLocal { get; set; }
public bool IsResponseAreaTimezone { get; set; }