Ejemplo n.º 1
0
        public List <UserGroupPowerSettingVO> GetAllUserGroupPowerSettingForm()
        {
            UserDAC dac = new UserDAC();

            return(dac.GetAllUserGroupPowerSettingForm());
        }