-
- Downloads
There was an error fetching the commit references. Please try again later.
Changed endpoints to use /api/ prefix, put back usage of models to not have a...
Changed endpoints to use /api/ prefix, put back usage of models to not have a big dependency on BL when receiving calls, and changed DTOs to records from classes.
parent
2aff64d6
No related branches found
No related tags found
Showing
- Api/Controllers/EventCommentController.cs 12 additions, 5 deletionsApi/Controllers/EventCommentController.cs
- Api/Controllers/EventController.cs 15 additions, 9 deletionsApi/Controllers/EventController.cs
- Api/Controllers/EventParticipantController.cs 17 additions, 17 deletionsApi/Controllers/EventParticipantController.cs
- Api/Controllers/LocationController.cs 18 additions, 14 deletionsApi/Controllers/LocationController.cs
- Api/Controllers/RestaurantController.cs 14 additions, 9 deletionsApi/Controllers/RestaurantController.cs
- Api/Controllers/ReviewAggregateResultController.cs 7 additions, 4 deletionsApi/Controllers/ReviewAggregateResultController.cs
- Api/Controllers/ReviewCommentController.cs 18 additions, 10 deletionsApi/Controllers/ReviewCommentController.cs
- Api/Controllers/ReviewController.cs 18 additions, 10 deletionsApi/Controllers/ReviewController.cs
- Api/Controllers/UserController.cs 30 additions, 23 deletionsApi/Controllers/UserController.cs
- Api/Models/Converter.cs 0 additions, 205 deletionsApi/Models/Converter.cs
- Api/Models/Event/EventInfoModel.cs 11 additions, 0 deletionsApi/Models/Event/EventInfoModel.cs
- Api/Models/EventComment/EventCommentModel.cs 8 additions, 4 deletionsApi/Models/EventComment/EventCommentModel.cs
- Api/Models/Restaurant/RestaurantDetailModel.cs 1 addition, 2 deletionsApi/Models/Restaurant/RestaurantDetailModel.cs
- Api/Models/Restaurant/RestaurantModel.cs 2 additions, 4 deletionsApi/Models/Restaurant/RestaurantModel.cs
- Api/Models/Review/ReviewDetailModel.cs 22 additions, 0 deletionsApi/Models/Review/ReviewDetailModel.cs
- Api/Models/Review/ReviewModel.cs 1 addition, 5 deletionsApi/Models/Review/ReviewModel.cs
- Api/Models/User/UserModel.cs 0 additions, 1 deletionApi/Models/User/UserModel.cs
- BusinessLayer/DTOs/Event/EventCreateDTO.cs 1 addition, 1 deletionBusinessLayer/DTOs/Event/EventCreateDTO.cs
- BusinessLayer/DTOs/Event/EventDTO.cs 1 addition, 1 deletionBusinessLayer/DTOs/Event/EventDTO.cs
- BusinessLayer/DTOs/Event/EventInfoDTO.cs 1 addition, 1 deletionBusinessLayer/DTOs/Event/EventInfoDTO.cs
Loading
Please register or sign in to comment