feat: добавил типы мероприятий

This commit is contained in:
2026-05-12 00:13:19 +03:00
parent 34334e9a8d
commit fb8ad6de7c
3 changed files with 55 additions and 7 deletions
@@ -4,7 +4,7 @@ public record SyncScheduleRequest(
string? SpecialtyCode,
DateTime? TimeMin,
DateTime? TimeMax,
string? TypeId
IReadOnlyList<string>? TypeId
);
public record SyncResultDto(int Created, int Updated, int Skipped, string? Error);