Esempio n. 1
0
        // GET: PlayException
        public ActionResult Index()
        {
            var list = repository.Get();

            return(View(list));
        }
        public IEnumerable <PlayException> Get()
        {
            var list = repository.Get();

            return(list);
        }