Ejemplo n.º 1
0
def get_brands():
    service = BrandService()
    list = service.get_collection()
    return response_with_status(list)
Ejemplo n.º 2
0
def get_brands():
    service = BrandService()
    list = service.get_collection()
    return response_with_status(list)