示例#1
0
        private string GetAccountId()
        {
            if (!string.IsNullOrEmpty(_accountId))
            {
                return(_accountId);
            }
            List <SugarEntry> entries = _cw.GetEntryList(SugarModules.Accounts, string.Empty, string.Empty, 0, 1, 0);

            return(entries[0].Id);
        }