Exemple #1
0
        public void BindData(BindType bindType)
        {
            var queryargument = new QueryArgument(UserContext.DataBaseInfo)
            {
                FilterKey    = Id,
                BindType     = bindType,
                Keyword      = Keyword,
                SubFilterKey = CType
            };

            var profiles = _controlPanel.GetCompanyProfiles(queryargument);

            BindData(profiles, bindType);
        }