Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PV179 Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Matej Vavrek
PV179 Project
Commits
5fe02ba5
There was an error fetching the commit references. Please try again later.
Commit
5fe02ba5
authored
4 months ago
by
snemeckayova
Browse files
Options
Downloads
Patches
Plain Diff
Fix build errors
parent
19e1a98e
No related branches found
No related tags found
2 merge requests
!46
Milestone-2
,
!29
IssueEventService, EventCommentService, EventParticipantService Implementation
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
BusinessLayer/Services/EventService/IEventService.cs
+2
-2
2 additions, 2 deletions
BusinessLayer/Services/EventService/IEventService.cs
with
2 additions
and
2 deletions
BusinessLayer/Services/EventService/IEventService.cs
+
2
−
2
View file @
5fe02ba5
...
@@ -23,8 +23,8 @@ namespace BusinessLayer.Services.EventService
...
@@ -23,8 +23,8 @@ namespace BusinessLayer.Services.EventService
/// <param name="filter">The filter criteria for retrieving events.</param>
/// <param name="filter">The filter criteria for retrieving events.</param>
/// <param name="limit">The maximum number of events to retrieve.</param>
/// <param name="limit">The maximum number of events to retrieve.</param>
/// <param name="offset">The number of events to skip before starting the retrieval.</param>
/// <param name="offset">The number of events to skip before starting the retrieval.</param>
/// <returns>A list of <see cref="EventDTO"/> objects matching the filter criteria.</returns>
/// <returns>A list of <see cref="Event
Info
DTO"/> objects matching the filter criteria.</returns>
Task
<
List
<
EventDTO
>>
GetEventsAsync
(
EventFilter
filter
,
EventOrdering
order
=
EventOrdering
.
DateAscending
,
int
limit
=
0
,
int
offset
=
0
);
Task
<
List
<
Event
Info
DTO
>>
GetEventsAsync
(
EventFilter
filter
,
EventOrdering
order
=
EventOrdering
.
DateAscending
,
int
limit
=
0
,
int
offset
=
0
);
/// <summary>
/// <summary>
/// Creates a new event and assigns the creator as a participant.
/// Creates a new event and assigns the creator as a participant.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment