コード例 #1
0
 public IActionResult Buy(int id)
 {
     db.AddGameToUser(User.Identity.Name, id);
     return(RedirectToActionPermanent("Index"));
 }