コード例 #1
0
 public void Insert_Order(int studId)
 {
     order_db.DB_Modify_Order(studId);
 }