public Task <string> PutFournisseur(Guid id, Fournisseur fournisseur) { return(_fournisseurService.PutFournisseurs(id, fournisseur)); }