Example #1
0
        public List <string> GetUserLocsForAutoFill()
        {
            UserLocForAutoFill locList = new UserLocForAutoFill();

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