Beispiel #1
0
def get_processing_records(restaurant_id):
    return CertificationProcessingRecord.get_by_restaurant_id(restaurant_id)
Beispiel #2
0
def get_processing_records(restaurant_id):
    return CertificationProcessingRecord.get_by_restaurant_id(
        restaurant_id)