-
- Downloads
There was an error fetching the commit references. Please try again later.
Create Event, EventParticipant, EventComment tables
parent
35211519
No related branches found
No related tags found
Showing
- Api/Api.csproj 0 additions, 4 deletionsApi/Api.csproj
- Api/Controllers/EventCommentController.cs 138 additions, 0 deletionsApi/Controllers/EventCommentController.cs
- Api/Controllers/EventController.cs 129 additions, 0 deletionsApi/Controllers/EventController.cs
- Api/Controllers/EventParticipantController.cs 139 additions, 0 deletionsApi/Controllers/EventParticipantController.cs
- Api/Models/Converter.cs 76 additions, 1 deletionApi/Models/Converter.cs
- Api/Models/Event/EventCreateModel.cs 21 additions, 0 deletionsApi/Models/Event/EventCreateModel.cs
- Api/Models/Event/EventFilter.cs 13 additions, 0 deletionsApi/Models/Event/EventFilter.cs
- Api/Models/Event/EventModel.cs 17 additions, 0 deletionsApi/Models/Event/EventModel.cs
- Api/Models/Event/EventUpdateModel.cs 14 additions, 0 deletionsApi/Models/Event/EventUpdateModel.cs
- Api/Models/EventComment/EventCommentCreateModel.cs 19 additions, 0 deletionsApi/Models/EventComment/EventCommentCreateModel.cs
- Api/Models/EventComment/EventCommentFilter.cs 12 additions, 0 deletionsApi/Models/EventComment/EventCommentFilter.cs
- Api/Models/EventComment/EventCommentModel.cs 15 additions, 0 deletionsApi/Models/EventComment/EventCommentModel.cs
- Api/Models/EventComment/EventCommentUpdateModel.cs 10 additions, 0 deletionsApi/Models/EventComment/EventCommentUpdateModel.cs
- Api/Models/EventParticipant/EventParticipantCreateModel.cs 17 additions, 0 deletionsApi/Models/EventParticipant/EventParticipantCreateModel.cs
- Api/Models/EventParticipant/EventParticipantFilter.cs 11 additions, 0 deletionsApi/Models/EventParticipant/EventParticipantFilter.cs
- Api/Models/EventParticipant/EventParticipantModel.cs 16 additions, 0 deletionsApi/Models/EventParticipant/EventParticipantModel.cs
- Api/Models/EventParticipant/EventParticipantUpdateModel.cs 9 additions, 0 deletionsApi/Models/EventParticipant/EventParticipantUpdateModel.cs
- DAL/Constants/SeedingValues.cs 19 additions, 0 deletionsDAL/Constants/SeedingValues.cs
- DAL/Data/DataInitializer.cs 87 additions, 0 deletionsDAL/Data/DataInitializer.cs
- DAL/Data/RestaurantDBContext.cs 3 additions, 0 deletionsDAL/Data/RestaurantDBContext.cs
Loading
Please register or sign in to comment