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

            return(reg.ListeStatistiques(UID));
        }
示例#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));
        }