Beispiel #1
0
        public List <StatistiquesModel> GetRegionStat(string UID)
        {
            // code to get the region statistics
            RegionModel reg = new RegionModel();

            return(reg.ListeStatistiques(UID));
        }
Beispiel #2
0
        public StatistiquesModel GetRegionStat(string UID, string date)
        {
            // code to get the region statistics with date
            RegionModel reg = new RegionModel();

            return(reg.ListeStatistiques(UID, date));
        }