Exemple #1
0
 public void TestGetAllDPGrpNames01()
 {
     dataPointDao.GetAllDPGrpNames();
 }
        public List <string> GetAllDPGrp()
        {
            DataPointDAO markerDAO = new DataPointDAO();;

            return(markerDAO.GetAllDPGrpNames());
        }