-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch 'Milestone-2' into event-related-services
No related branches found
No related tags found
Showing
- Api/Controllers/LocationController.cs 30 additions, 55 deletionsApi/Controllers/LocationController.cs
- Api/Controllers/RestaurantController.cs 60 additions, 181 deletionsApi/Controllers/RestaurantController.cs
- Api/Controllers/UserController.cs 35 additions, 82 deletionsApi/Controllers/UserController.cs
- Api/Models/Converter.cs 0 additions, 16 deletionsApi/Models/Converter.cs
- Api/Models/Location/LocationFilter.cs 0 additions, 9 deletionsApi/Models/Location/LocationFilter.cs
- Api/Models/Restaurant/RestaurantFilter.cs 0 additions, 7 deletionsApi/Models/Restaurant/RestaurantFilter.cs
- Api/Models/User/UserFilter.cs 0 additions, 8 deletionsApi/Models/User/UserFilter.cs
- Api/Program.cs 8 additions, 1 deletionApi/Program.cs
- BusinessLayer/BusinessLayer.csproj 0 additions, 4 deletionsBusinessLayer/BusinessLayer.csproj
- BusinessLayer/DTOs/Location/LocationCreateDto.cs 9 additions, 0 deletionsBusinessLayer/DTOs/Location/LocationCreateDto.cs
- BusinessLayer/DTOs/Location/LocationDto.cs 13 additions, 0 deletionsBusinessLayer/DTOs/Location/LocationDto.cs
- BusinessLayer/DTOs/Location/LocationUpdateDto.cs 9 additions, 0 deletionsBusinessLayer/DTOs/Location/LocationUpdateDto.cs
- BusinessLayer/DTOs/Restaurant/RestaurantCreateDto.cs 16 additions, 0 deletionsBusinessLayer/DTOs/Restaurant/RestaurantCreateDto.cs
- BusinessLayer/DTOs/Restaurant/RestaurantDTO.cs 0 additions, 9 deletionsBusinessLayer/DTOs/Restaurant/RestaurantDTO.cs
- BusinessLayer/DTOs/Restaurant/RestaurantDetailDto.cs 26 additions, 0 deletionsBusinessLayer/DTOs/Restaurant/RestaurantDetailDto.cs
- BusinessLayer/DTOs/Restaurant/RestaurantDto.cs 17 additions, 0 deletionsBusinessLayer/DTOs/Restaurant/RestaurantDto.cs
- BusinessLayer/DTOs/Restaurant/RestaurantUpdateDto.cs 12 additions, 0 deletionsBusinessLayer/DTOs/Restaurant/RestaurantUpdateDto.cs
- BusinessLayer/DTOs/Review/ReviewCreateDTO.cs 1 addition, 1 deletionBusinessLayer/DTOs/Review/ReviewCreateDTO.cs
- BusinessLayer/DTOs/Review/ReviewDTO.cs 1 addition, 1 deletionBusinessLayer/DTOs/Review/ReviewDTO.cs
- BusinessLayer/DTOs/Review/ReviewDetailDTO.cs 2 additions, 2 deletionsBusinessLayer/DTOs/Review/ReviewDetailDTO.cs
Loading
Please register or sign in to comment