Esempio n. 1
0
        // GET: Transaction
        public ActionResult Index()
        {
            var model = _service.GetTrans();

            return(View(model));
        }