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