Example #1
0
        private void GetSearchOICType()
        {
            BLL.DataCenterBiz biz = new BLL.DataCenterBiz();
            var ls = biz.GetOICType(SysMessage.DefaultSelecting);

            BindToDDL(ddlSearchMemberType, ls);
        }