Пример #1
0
def prestation_to_list(Prestation):
        # Prestation -> List
        PrestationList = (Prestation.get_Prestation_id(),Prestation.get_Libelle_Prestation(),Prestation.get_Tarif_Horraire())
        return PrestationList