コード例 #1
0
        public ActionResult Bill()
        {
            AccountBookService accountBook = new AccountBookService();

            return(View(accountBook.Get()));
        }