refactor: entity not found exceptions handler
This commit is contained in:
@ -13,7 +13,6 @@ class DealService(
|
||||
ServiceDeleteMixin[Deal],
|
||||
):
|
||||
schema_class = DealSchema
|
||||
entity_not_found_msg = "Сделка не найдена"
|
||||
entity_deleted_msg = "Сделка успешно удалена"
|
||||
entity_updated_msg = "Сделка успешно обновлена"
|
||||
entity_created_msg = "Сделка успешно создана"
|
||||
|
||||
Reference in New Issue
Block a user