示例#1
0
 public int DeleteLesson(int eventId)
 {
     return(Lesson.DeleteLesson(eventId));
 }