Esempio n. 1
0
 public ActionResult Create()
 {
     ViewBag.ClanId = new SelectList(_repo.GetClanList(), "Id", "ClanName");
     return(View());
 }