-
- Downloads
There was an error fetching the commit references. Please try again later.
Fixed up issues in services and their registration, renamed ReviewAggregate to...
Fixed up issues in services and their registration, renamed ReviewAggregate to ReviewAggregateResult as per tutor recommendation, updated the migration to match the change
parent
91ea9896
No related branches found
No related tags found
Pipeline #
Showing
- Api/Controllers/ReviewAggregateResultController.cs 3 additions, 3 deletionsApi/Controllers/ReviewAggregateResultController.cs
- Api/Controllers/ReviewCommentController.cs 2 additions, 2 deletionsApi/Controllers/ReviewCommentController.cs
- Api/Controllers/ReviewController.cs 2 additions, 1 deletionApi/Controllers/ReviewController.cs
- Api/Models/Converter.cs 1 addition, 1 deletionApi/Models/Converter.cs
- Api/Program.cs 4 additions, 1 deletionApi/Program.cs
- BusinessLayer/Services/ReviewAggregateResultService/IReviewAggregateResultService.cs 1 addition, 1 deletion...ewAggregateResultService/IReviewAggregateResultService.cs
- BusinessLayer/Services/ReviewAggregateResultService/ReviewAggregateResultService.cs 12 additions, 9 deletions...iewAggregateResultService/ReviewAggregateResultService.cs
- BusinessLayer/Services/ReviewCommentService/IReviewCommentService.cs 0 additions, 1 deletion...er/Services/ReviewCommentService/IReviewCommentService.cs
- BusinessLayer/Services/ReviewCommentService/ReviewCommentService.cs 5 additions, 9 deletions...yer/Services/ReviewCommentService/ReviewCommentService.cs
- BusinessLayer/Services/ReviewService/IReviewService.cs 2 additions, 1 deletionBusinessLayer/Services/ReviewService/IReviewService.cs
- BusinessLayer/Services/ReviewService/ReviewService.cs 11 additions, 24 deletionsBusinessLayer/Services/ReviewService/ReviewService.cs
- BusinessLayer/Utils/Ordering/ReviewOrdering.cs 16 additions, 0 deletionsBusinessLayer/Utils/Ordering/ReviewOrdering.cs
- BusinessLayer/Utils/Ordering/ReviewOrderingManager.cs 25 additions, 0 deletionsBusinessLayer/Utils/Ordering/ReviewOrderingManager.cs
- BusinessLayer/Utils/Pagination/Pagination.cs 17 additions, 0 deletionsBusinessLayer/Utils/Pagination/Pagination.cs
- DAL/DAL.csproj 4 additions, 0 deletionsDAL/DAL.csproj
- DAL/Data/DataInitializer.cs 2 additions, 2 deletionsDAL/Data/DataInitializer.cs
- DAL/Data/RestaurantDBContext.cs 1 addition, 1 deletionDAL/Data/RestaurantDBContext.cs
- DAL/Migrations/20241104212906_UpdatedSchema.Designer.cs 6 additions, 9 deletionsDAL/Migrations/20241104212906_UpdatedSchema.Designer.cs
- DAL/Migrations/20241104212906_UpdatedSchema.cs 6 additions, 6 deletionsDAL/Migrations/20241104212906_UpdatedSchema.cs
- DAL/Migrations/RestaurantDBContextModelSnapshot.cs 4 additions, 7 deletionsDAL/Migrations/RestaurantDBContextModelSnapshot.cs
Loading
Please register or sign in to comment