Beispiel #1
0
        public void NotAccept(int ID)
        {
            DropSemester obj = new DropSemester();

            if (obj.NotAcceptHeadDropSemester(ID) == 1)
            {
                fillGv();
            }
        }