Esempio n. 1
0
        public string DonneStatsMembre()
        {
            string json = BLL_Statistique.NombrePersonneParSexe();

            return(json);
            // return "toto";
        }
Esempio n. 2
0
        public string DonneStatsCourses()
        {
            string json = BLL_Statistique.NombreCoursesDipoParVille();

            return(json);
            // return "toto";
        }
Esempio n. 3
0
 protected void Page_Load(object sender, EventArgs e)
 {
     string json = BLL_Statistique.NombrePersonneParSexe();
 }