コード例 #1
0
 public bool DeleteCourse(int id)
 {
     return(rsc.DeleteCourse(id));
 }