Exemplo n.º 1
0
 public Course GetCourseById(int id)
 {
     return(course.GetDataById(id));
 }