-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update: Removal of BookStock Entity. Code Refactoring.
- Change: BookStock entity has been removed from the project. - Description: The BookStock entity has been successfully removed from the project as planned. All relevant references and associations have been updated accordingly. This change has been completed successfully.
- Loading branch information
1 parent
eaf8ff6
commit d451838
Showing
119 changed files
with
681 additions
and
15,405 deletions.
There are no files selected for viewing
8 changes: 0 additions & 8 deletions
8
...gApp.Application/Features/BookGenres/Commands/Responses/CreateBookGenreCommandResponse.cs
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...gApp.Application/Features/BookGenres/Commands/Responses/DeleteBookGenreCommandResponse.cs
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...gApp.Application/Features/BookGenres/Commands/Responses/UpdateBookGenreCommandResponse.cs
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
...ingApp.Application/Features/BookGenres/Queries/Responses/GetAllBookGenresQueryResponse.cs
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
...ckingApp.Application/Features/BookInventories/Queries/Requests/GetAllBooksQueryRequest.cs
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
...lication/Features/BookPublishers/Commands/Responses/CreateBookPublisherCommandResponse.cs
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...lication/Features/BookPublishers/Commands/Responses/DeleteBookPublisherCommandResponse.cs
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...lication/Features/BookPublishers/Commands/Responses/UpdateBookPublisherCommandResponse.cs
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
...pp.Application/Features/BookPublishers/Queries/Responses/GetBookPublisherQueryResponse.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...aviors/Mapping/BookGenreMappingProfile.cs → ...aviors/Mapping/BookGenreMappingProfile.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...CreateBookGenreCommandRequestValidator.cs → ...CreateBookGenreCommandRequestValidator.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...DeleteBookGenreCommandRequestValidator.cs → ...DeleteBookGenreCommandRequestValidator.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...UpdateBookGenreCommandRequestValidator.cs → ...UpdateBookGenreCommandRequestValidator.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...Handlers/DeleteBookGenreCommandHandler.cs → ...Handlers/DeleteBookGenreCommandHandler.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...Handlers/UpdateBookGenreCommandHandler.cs → ...Handlers/UpdateBookGenreCommandHandler.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...Requests/CreateBookGenreCommandRequest.cs → ...Requests/CreateBookGenreCommandRequest.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...Requests/DeleteBookGenreCommandRequest.cs → ...Requests/DeleteBookGenreCommandRequest.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.