Esempio n. 1
0
        public static List <string> GetServiceName()
        {
            var testRepo    = new ResultsRepository();
            var serviceList = testRepo.GetServicename();

            return(serviceList);
        }