public Tiers Put([FromBody] Tiers Tiers) { if (ModelState.IsValid) { _fournisseurService.Update(Tiers); } return(Tiers); }