コード例 #1
0
ファイル: View.aspx.cs プロジェクト: hyori7/Hospital
 protected void Update(Object sender, EventArgs e)
 {
     //DBC dbc = new DBC();
     Data data = Param;
     OrderBiz biz = new OrderBiz();
     biz.update(data);
     go("~/aspx/doctor/history/list.aspx?pId=" + Param.getString("UserID"));
 }