You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
795 B
37 lines
795 B
# Modele
|
|
Collaborateur:
|
|
$ref: "./Collaborateur.yaml"
|
|
Adresse:
|
|
$ref: "./Adresse.yaml"
|
|
Agence:
|
|
$ref: "./Agence.yaml"
|
|
BU:
|
|
$ref: "./BU.yaml"
|
|
Fonction:
|
|
$ref: "./Fonction.yaml"
|
|
Genre:
|
|
$ref: "./Genre.yaml"
|
|
PeriodeEssai:
|
|
$ref: "./PeriodeEssai.yaml"
|
|
IssuePE:
|
|
$ref: "./IssuePE.yaml"
|
|
Projet:
|
|
$ref: "./Projet.yaml"
|
|
Statut:
|
|
$ref: "./Statut.yaml"
|
|
Technologie:
|
|
$ref: "./Technologie.yaml"
|
|
|
|
# Simplification pour POST / PUT / PATCH
|
|
NouveauCollaborateur:
|
|
$ref: "./nouveaux/NouveauCollaborateur.yaml"
|
|
NouvelleAgence:
|
|
$ref: "./nouveaux/NouvelleAgence.yaml"
|
|
NouvelleAdresse:
|
|
$ref: "./nouveaux/NouvelleAdresse.yaml"
|
|
NouvelleBU:
|
|
$ref: "./nouveaux/NouvelleBU.yaml"
|
|
NouveauProjet:
|
|
$ref: "./nouveaux/NouveauProjet.yaml"
|
|
NouvellePeriodeEssai:
|
|
$ref: "./nouveaux/NouvellePeriodeEssai.yaml"
|
|
|