Beispiel #1
0
        public bool CloneCourse(int key)
        {
            ICourse cr = GetCourse(key);

            AddCourse((ICourse)cr.Clone());
            return(true);
        }