Exemple #1
0
    public static string gettempertureById(string tid)
    {
        TeModel   am        = new TeModel();
        DataTable dt        = am.gettemperture(tid);
        string    chartData = DataTableToJson.ToJson(dt);

        return(chartData);
    }