예제 #1
0
        public static bool AddCourse(string x, string y, string z)
        {
            bool a = Courses.AddCourseMdl(x, y, z);

            return(a);
        }