コード例 #1
0
 public ActionResult Index(PlayerFilter model)
 {
     return View(model);
 }
コード例 #2
0
 public ActionResult Index()
 {
     var model = new PlayerFilter();
     return View(model);
 }