public ActionResult DxonnerLArbre(int id) { Retour.InitialiseRetour("Personne", "DxonnerLArbre", id, null); FormArbre fa = new FormArbre(new PersonneServiceAPI().Donner(id), null); return(View(fa)); }
private static void testForm(int id) { Personne maitre = new PersonneServiceAPI().Donner(28); Personne parent = null; FormArbre fa = new FormArbre(maitre, parent); //F2ormArbre f2a = new F2ormArbre(fa); var y = "x"; }