예제 #1
0
def product(id):
    model = Products
    return crud(model, id)
예제 #2
0
def client(id):
    model = Clients
    return crud(model, id)