Exemple #1
0
        public void UpdateGroupType(int id, string description)
        {
            CGroupType grouptype = new CGroupType(id, description);

            grouptype.Update();
        }