示例#1
0
 public bool DeleteCourse(int id)
 {
     return(LearningPathDataAccessor.DeleteCourse(id));
 }