Beispiel #1
0
        public static IEnumerable <string> GetAllVipUserName()
        {
            IEnumerable <string> result = null;

            try
            {
                result = BeautyServicePackageDal.SelectAllVipUserName();
            }
            catch (Exception ex)
            {
                Logger.Error(ex.Message, ex);
            };

            return(result);
        }