Exemplo n.º 1
0
        public ActionResult Chart()
        {
            CollectDataMan collectDataMan = new CollectDataMan();

            collectDataMan.SearchByCollectorAndSensor(1001, 2);


            return(View());
        }