Exemplo n.º 1
0
        public List <string> GetUserLocsForAutoFill()
        {
            UserLocForAutoFill locList = new UserLocForAutoFill();

            return(locList.Execute());
        }
Exemplo n.º 2
0
 public List<string> GetUserLocsForAutoFill()
 {
     UserLocForAutoFill locList = new UserLocForAutoFill();
     return locList.Execute();
 }