コード例 #1
0
 public ActionResult SignToEvent(string eventId, string description)
 {
     EventControl.CreateRecord(Session["UserId"].ToString(), eventId, description);
     return(RedirectToActionPermanent("UserHome", "User"));
 }