public string DonneStatsMembre() { string json = BLL_Statistique.NombrePersonneParSexe(); return(json); // return "toto"; }
public string DonneStatsCourses() { string json = BLL_Statistique.NombreCoursesDipoParVille(); return(json); // return "toto"; }
protected void Page_Load(object sender, EventArgs e) { string json = BLL_Statistique.NombrePersonneParSexe(); }