public ActionResult <string> DeleteFournisseur(int id) { return(Ok(_fournisseurService.DeleteFournisseur(id))); }