Exemplo n.º 1
0
        public CourseFilePath Course(Course course)
        {
            CourseFilePath cfp = new CourseFilePath(this, course.Id);

            return(cfp);
        }
Exemplo n.º 2
0
        public CourseFilePath Course(int id)
        {
            CourseFilePath cfp = new CourseFilePath(this, id);

            return(cfp);
        }