Ejemplo n.º 1
0
        public List <Course> ListAllCourses()
        {
            List <Course> ret;

            // Database logic
            ret = Repository.ListAllCourses();
            return(ret);
        }