Exemple #1
0
        public List <GetAllChart_Result> GetChart(string DeviceID)
        {
            var res = db.GetAllChart(DeviceID).ToList();

            return(res);
        }