예제 #1
0
def show_all_shops():
    return tf.get_all_assets(Shop)
예제 #2
0
def get_all_employees():
    return tf.get_all_assets(Employee)
예제 #3
0
def get_all_shop_storages():
    return tf.get_all_assets(ShopStorage)
예제 #4
0
def get_all_cars():
    return tf.get_all_assets(Car)
def get_all_product_associates():
    return tf.get_all_assets(ProductAssociate)
예제 #6
0
def get_all_customer_cars():
    return tf.get_all_assets(CustomerCar)
예제 #7
0
def get_all_order_products():
    return tf.get_all_assets(OrderProduct)
예제 #8
0
def get_all_car_models():
    return tf.get_all_assets(CarModel)
예제 #9
0
def get_all_customers():
    return tf.get_all_assets(Customer)
예제 #10
0
def get_all_products():
    return tf.get_all_assets(Product)
예제 #11
0
def get_all_product_internal_orders():
    return tf.get_all_assets(ProductInternalOrder)
예제 #12
0
def get_all_orders():
    return tf.get_all_assets(Order)
예제 #13
0
def get_all_compatibilitys():
    return tf.get_all_assets(Compatibility)
예제 #14
0
def get_all_internal_orders():
    return tf.get_all_assets(InternalOrder)