public string[] GetTripperNames(string[] ary_str_account)
        {
            if (ary_str_account == null || ary_str_account.Length == 0) return new string[0];

            _iidentification = new Identification();
            return _iidentification.GetTripperName(ary_str_account);
        }
Exemple #2
0
        public string[] GetTripperNames(string[] ary_str_account)
        {
            if (ary_str_account == null || ary_str_account.Length == 0)
            {
                return(new string[0]);
            }

            _iidentification = new Identification();
            return(_iidentification.GetTripperName(ary_str_account));
        }