feat: добавил типы мероприятий
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user