Exemplo n.º 1
0
 // GET: Weapons
 public ActionResult Weapons()
 {
     return(View(dao.FindAll()));
 }
Exemplo n.º 2
0
 // GET: Weapon
 public ActionResult Index()
 {
     return(View(dao.FindAll()));
 }