Exemple #1
0
        //Get Org Code
        #region [Get Org Code]

        public int Get_orgCode()
        {
            try
            {
                DL_SuperAdmin dcls1   = new DL_SuperAdmin();
                int           orgCode = dcls1.Get_OrgID();

                return(orgCode);
            }
            catch (Exception)
            {
                throw;
            }
        }