コード例 #1
0
 public Course getCourse(string id)
 {
     return(this.GetById(sp.GetById(id).course.CourseId));
 }