Error occurred when fetching sidebar data
Feat/account delete
config/dtos
AccountDTO.py +27 -0
repository
account_repository.py +40 -5
routers
account_router.py +32 -20
service
account_service.py +30 -30
config/dtos/AccountDTO.py
0 → 100644
+ 27
- 0
+ 40
- 5
\ No newline at end of file
\ No newline at end of file
+ 32
- 20
@@ -12,43 +13,54 @@ def get_db():
+ 30
- 30