refactor: entity not found exceptions handler
This commit is contained in:
@ -15,6 +15,7 @@ class DealRepository(
|
||||
RepGetByIdMixin[Deal],
|
||||
):
|
||||
entity_class = Deal
|
||||
entity_not_found_msg = "Сделка не найдена"
|
||||
|
||||
async def get_all(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user