コード例 #1
0
 public void UpdateStudent(string value, int ActivityID)
 {
     activity_db.UpdateStudents(value, ActivityID);
 }