Пример #1
0
 public bool PublishCourse(int id)
 {
     return(LearningPathDataAccessor.PublishCourse(id));
 }