コード例 #1
0
 public int deleteCourse(int cid)
 {
     CourseService courseService = new CourseService();
     return courseService.delete(cid);
 }