Пример #1
0
        // GET: Claim
        public ActionResult Index()
        {
            var res = myService.GetMany().ToList();

            return(View(res));
        }