refactor: entity not found exceptions handler
This commit is contained in:
@ -8,7 +8,6 @@ from modules.fulfillment_base.schemas.product_service import *
|
||||
|
||||
class ProductServiceService:
|
||||
schema_class = ProductServiceSchema
|
||||
entity_not_found_msg = "Связь услуги с товаром не найдена"
|
||||
|
||||
def __init__(self, session: AsyncSession):
|
||||
self.repository = ProductServiceRepository(session)
|
||||
|
||||
Reference in New Issue
Block a user