Ejemplo n.º 1
0
        // GET: Ledger
        public ActionResult Index()
        {
            var source = _ledgerService.LookupAllData();

            return(View(source));
        }