-
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.
refactor(features,naming,structure): restructured features folders to…
…gether with commands, queries and domainevents; refactor of tests based on new changes; added global usings as well
- Loading branch information
Showing
97 changed files
with
1,054 additions
and
1,081 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
DATABASE=cleantemplate | ||
USERNAME=mezdelex | ||
PASSWORD=LapGMhZn55d3omG2jlLZ | ||
APP_DATABASE=cleantemplate | ||
APP_USERNAME=mezdelex | ||
APP_PASSWORD=LapGMhZn55d3omG2jlLZ |
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
5 changes: 0 additions & 5 deletions
5
src/Application/Categories/DeleteAsync/DeleteCategoryCommand.cs
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
src/Application/Categories/DeleteAsync/DeleteCategoryCommandHandler.cs
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
src/Application/Categories/GetAllAsync/GetAllCategoriesQuery.cs
This file was deleted.
Oops, something went wrong.
48 changes: 0 additions & 48 deletions
48
src/Application/Categories/GetAllAsync/GetAllCategoriesQueryHandler.cs
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
36 changes: 0 additions & 36 deletions
36
src/Application/Categories/GetAsync/GetCategoryQueryHandler.cs
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
src/Application/Categories/PatchAsync/PatchCategoryCommand.cs
This file was deleted.
Oops, something went wrong.
48 changes: 0 additions & 48 deletions
48
src/Application/Categories/PatchAsync/PatchCategoryCommandHandler.cs
This file was deleted.
Oops, something went wrong.
47 changes: 0 additions & 47 deletions
47
src/Application/Categories/PatchAsync/PatchCategoryCommandValidator.cs
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
src/Application/Categories/PatchAsync/PatchedCategoryEvent.cs
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
src/Application/Categories/PatchAsync/PatchedCategoryEventConsumer.cs
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
48 changes: 0 additions & 48 deletions
48
src/Application/Categories/PostAsync/PostCategoryCommandHandler.cs
This file was deleted.
Oops, something went wrong.
39 changes: 0 additions & 39 deletions
39
src/Application/Categories/PostAsync/PostCategoryCommandValidator.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.