コード例 #1
0
 public ActionResult Save(Card model)
 {
     FileDatabase.AddCardToCardbase(model);
     return(this.RedirectToAction("Index"));
 }