コード例 #1
0
 public void DeleteCourse(int user_id, Course course)
 {
     MysqlClient.DeleteRowInScource(user_id, course.Id);
 }