Beispiel #1
0
    def delete(self, id):
        Category.delete(id, auto_commit=False)

        db.session.commit()
        return self.succ()
Beispiel #2
0
    def delete(self, id):
        Category.delete(id, auto_commit=False)

        db.session.commit()
        return self.succ()