mirror of
https://github.com/GCMatters/hermes.git
synced 2026-02-04 13:40:13 +01:00
Add search date range
This commit is contained in:
@@ -9,7 +9,9 @@ public record class EventSearchDto
|
||||
int? OrganisationId,
|
||||
string? TitleOrDescription,
|
||||
string? Location,
|
||||
DateTime? EventDate,
|
||||
DateTime? EventDateFrom, // zakres daty od
|
||||
DateTime? EventDateTo, // zakres daty do
|
||||
ICollection<EventSkill>? EventSkills, // obecnie nie dotyczy
|
||||
ICollection<EventRegistration>? EventRegistrations // obecnie nie dotyczy
|
||||
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user