-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch 'event-related-services' into 'Milestone-2'
IssueEventService, EventCommentService, EventParticipantService Implementation See merge request !29
Showing
- Api/Controllers/EventCommentController.cs 32 additions, 90 deletionsApi/Controllers/EventCommentController.cs
- Api/Controllers/EventController.cs 36 additions, 87 deletionsApi/Controllers/EventController.cs
- Api/Controllers/EventParticipantController.cs 32 additions, 98 deletionsApi/Controllers/EventParticipantController.cs
- Api/Models/Converter.cs 8 additions, 32 deletionsApi/Models/Converter.cs
- Api/Models/EventComment/EventCommentFilter.cs 0 additions, 12 deletionsApi/Models/EventComment/EventCommentFilter.cs
- Api/Models/EventParticipant/EventParticipantUpdateModel.cs 1 addition, 1 deletionApi/Models/EventParticipant/EventParticipantUpdateModel.cs
- Api/Program.cs 6 additions, 0 deletionsApi/Program.cs
- BusinessLayer/DTOs/Event/EventCreateDTO.cs 24 additions, 0 deletionsBusinessLayer/DTOs/Event/EventCreateDTO.cs
- BusinessLayer/DTOs/Event/EventDTO.cs 16 additions, 0 deletionsBusinessLayer/DTOs/Event/EventDTO.cs
- BusinessLayer/DTOs/Event/EventInfoDTO.cs 11 additions, 0 deletionsBusinessLayer/DTOs/Event/EventInfoDTO.cs
- BusinessLayer/DTOs/Event/EventUpdateDTO.cs 15 additions, 0 deletionsBusinessLayer/DTOs/Event/EventUpdateDTO.cs
- BusinessLayer/DTOs/EventComment/EventCommentCreateDTO.cs 19 additions, 0 deletionsBusinessLayer/DTOs/EventComment/EventCommentCreateDTO.cs
- BusinessLayer/DTOs/EventComment/EventCommentDTO.cs 19 additions, 0 deletionsBusinessLayer/DTOs/EventComment/EventCommentDTO.cs
- BusinessLayer/DTOs/EventComment/EventCommentUpdateDTO.cs 11 additions, 0 deletionsBusinessLayer/DTOs/EventComment/EventCommentUpdateDTO.cs
- BusinessLayer/DTOs/EventParticipant/EventParticipantCreateDTO.cs 17 additions, 0 deletions...sLayer/DTOs/EventParticipant/EventParticipantCreateDTO.cs
- BusinessLayer/DTOs/EventParticipant/EventParticipantDTO.cs 17 additions, 0 deletionsBusinessLayer/DTOs/EventParticipant/EventParticipantDTO.cs
- BusinessLayer/DTOs/EventParticipant/EventParticipantUpdateDTO.cs 11 additions, 0 deletions...sLayer/DTOs/EventParticipant/EventParticipantUpdateDTO.cs
- BusinessLayer/Services/EventCommentService/EventCommentService.cs 146 additions, 0 deletions...Layer/Services/EventCommentService/EventCommentService.cs
- BusinessLayer/Services/EventCommentService/IEventCommentService.cs 75 additions, 0 deletions...ayer/Services/EventCommentService/IEventCommentService.cs
- BusinessLayer/Services/EventParticipantService/EventParticipantService.cs 127 additions, 0 deletions...rvices/EventParticipantService/EventParticipantService.cs
Loading
Please register or sign in to comment