Beispiel #1
0
def get_purchase(id=None):
    from models import Purchase

    return Purchase.get(id)