Esempio n. 1
0
        private BindingList <SecurityGroupType> GetSecurityGroupTypeByID(string itemTypeID, string companyID)
        {
            BindingList <SecurityGroupType> itemTypeList = new BindingList <SecurityGroupType>(_serviceAgent.GetSecurityGroupTypeByID(itemTypeID, companyID).ToList());

            Dirty       = false;
            AllowCommit = false;
            return(itemTypeList);
        }