示例#1
0
def delete(_handler, clothing_id):
    facade.delete_clothing_cmd(clothing_id)()
    _handler.redirect(router.to_path(index))
示例#2
0
def delete(clothing_id):
    facade.delete_clothing_cmd(clothing_id)()