[FIX] prenom = photo dans la conversion

RepositoryAndroid
Renaud BEURET 1 year ago
parent e5b3249c10
commit 1242a19ab2

@ -8,7 +8,7 @@ fun ScientifiqueDTO.ToModel(): Scientifique {
id = this.id,
descriptif = this.descriptif,
nom = this.nom,
prenom = this.photo,
prenom = this.prenom,
photo = this.photo,
difficulte = this.difficulte.ToModel(),
sexe = this.sexe,

Loading…
Cancel
Save