This commit is contained in:
Azeez Muibi
2025-04-15 16:43:39 +01:00
parent 453a34a628
commit aafb9a9b41
4 changed files with 74 additions and 4 deletions
+1
View File
@@ -3,3 +3,4 @@ from app.api.services.customer_consent import CustomerConsentService
from app.api.services.authorization import AuthorizationService
from app.api.services.transaction import TransactionService
from app.api.services.loan import LoanService
from app.api.services.auth_service import AuthService