feat: enhance deal management with CRUD operations and improve payload handling
Test / test (push) Successful in 12s
Test / test (pull_request) Successful in 11s

This commit is contained in:
Artem Kashaev
2025-11-27 16:15:47 +05:00
parent a4c3864ef6
commit e6a3a2cc23
3 changed files with 102 additions and 27 deletions
-2
View File
@@ -1,6 +1,4 @@
"""Business logic services."""
from .deal_service import DealService # noqa: F401
from .organization_service import ( # noqa: F401
OrganizationAccessDeniedError,
OrganizationContext,