コード例 #1
0
ファイル: LedgerController.cs プロジェクト: je18573/HWMyMoney
        // GET: Ledger
        public ActionResult Index()
        {
            var source = _ledgerService.LookupAllData();

            return(View(source));
        }