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