コード例 #1
0
ファイル: RaceController.cs プロジェクト: a18antsv/Alien.NET
 public IActionResult ClassifySecret(string id)
 {
     model = new RaceModel(HttpContext.Session.GetString("dbusername"), HttpContext.Session.GetString("dbpassword"));
     model.ClassifySecret(id);
     return(RedirectToAction("Index"));
 }