feat: marketplaces endpoints
This commit is contained in:
@ -20,9 +20,6 @@ class BarcodeTemplateService(
|
||||
def __init__(self, session: AsyncSession):
|
||||
self.repository = BarcodeTemplateRepository(session)
|
||||
|
||||
async def is_soft_delete(self, template: BarcodeTemplate) -> bool:
|
||||
return True
|
||||
|
||||
async def get_attributes(self) -> GetBarcodeAttributesResponse:
|
||||
attributes = await self.repository.get_attributes()
|
||||
return GetBarcodeAttributesResponse(
|
||||
|
||||
Reference in New Issue
Block a user