-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch 'Milestone-2' into 'api-fixes'
# Conflicts: # Api/Controllers/EventController.cs # BusinessLayer/Services/RestaurantService/RestaurantService.cs # BusinessLayer/Services/UserService/IUserService.cs # BusinessLayer/Services/UserService/UserService.cs
No related branches found
No related tags found
Pipeline #
This commit is part of merge request !34. Comments created here will be created in the context of that merge request.
Showing
- Api/Controllers/RestaurantController.cs 2 additions, 2 deletionsApi/Controllers/RestaurantController.cs
- BusinessLayer.Tests/BusinessLayer.Tests.csproj 1 addition, 0 deletionsBusinessLayer.Tests/BusinessLayer.Tests.csproj
- BusinessLayer.Tests/Services/LocationServiceTests.cs 326 additions, 0 deletionsBusinessLayer.Tests/Services/LocationServiceTests.cs
- BusinessLayer.Tests/Services/RestaurantServiceTests.cs 358 additions, 0 deletionsBusinessLayer.Tests/Services/RestaurantServiceTests.cs
- BusinessLayer.Tests/Services/ReviewAggregateResultService.cs 109 additions, 0 deletionsBusinessLayer.Tests/Services/ReviewAggregateResultService.cs
- BusinessLayer.Tests/Services/ReviewCommentServiceTests.cs 155 additions, 0 deletionsBusinessLayer.Tests/Services/ReviewCommentServiceTests.cs
- BusinessLayer.Tests/Services/ReviewServiceTests.cs 213 additions, 0 deletionsBusinessLayer.Tests/Services/ReviewServiceTests.cs
- BusinessLayer.Tests/Services/UserServiceTests.cs 268 additions, 0 deletionsBusinessLayer.Tests/Services/UserServiceTests.cs
- BusinessLayer/DTOs/Location/LocationDto.cs 1 addition, 1 deletionBusinessLayer/DTOs/Location/LocationDto.cs
- BusinessLayer/DTOs/Restaurant/RestaurantDetailDto.cs 13 additions, 16 deletionsBusinessLayer/DTOs/Restaurant/RestaurantDetailDto.cs
- BusinessLayer/DTOs/Review/ReviewDTO.cs 1 addition, 0 deletionsBusinessLayer/DTOs/Review/ReviewDTO.cs
- BusinessLayer/DTOs/ReviewAggregate/ReviewAggregateDTO.cs 1 addition, 4 deletionsBusinessLayer/DTOs/ReviewAggregate/ReviewAggregateDTO.cs
- BusinessLayer/Services/LocationService/ILocationService.cs 2 additions, 1 deletionBusinessLayer/Services/LocationService/ILocationService.cs
- BusinessLayer/Services/LocationService/LocationService.cs 5 additions, 4 deletionsBusinessLayer/Services/LocationService/LocationService.cs
- BusinessLayer/Services/RestaurantService/IRestaurantService.cs 5 additions, 2 deletions...essLayer/Services/RestaurantService/IRestaurantService.cs
- BusinessLayer/Services/RestaurantService/RestaurantService.cs 13 additions, 9 deletions...nessLayer/Services/RestaurantService/RestaurantService.cs
- BusinessLayer/Services/ReviewAggregateResultService/IReviewAggregateResultService.cs 1 addition, 1 deletion...ewAggregateResultService/IReviewAggregateResultService.cs
- BusinessLayer/Services/ReviewAggregateResultService/ReviewAggregateResultService.cs 1 addition, 1 deletion...iewAggregateResultService/ReviewAggregateResultService.cs
- BusinessLayer/Services/ReviewService/ReviewService.cs 1 addition, 1 deletionBusinessLayer/Services/ReviewService/ReviewService.cs
- BusinessLayer/Services/UserService/IUserService.cs 5 additions, 2 deletionsBusinessLayer/Services/UserService/IUserService.cs
Loading
Please register or sign in to comment