Пример #1
0
        public string GetHdpAndOu(string language, string league, string gameId, string limi, string btype)
        {
            if (Session[Util.ProjectConfig.ADMINUSER] == null)
            {
                return("");
            }

            OrderdetailouManager om = new OrderdetailouManager();

            return(om.GetHdpAndOu(language, league, gameId, "", "", limi, btype));
        }
        public string GetHdpAndOu(string language, string league, string gameId, string limi, string btype)
        {
            if (Session[Util.ProjectConfig.ADMINUSER] == null)
            {
                return("");
            }

            PageBase             page = new PageBase();
            OrderdetailouManager om   = new OrderdetailouManager();

            return(om.GetHdpAndOu(language, league, gameId, page.agentUserName, page.agentRoleID.ToString(), limi, btype));
        }