コード例 #1
0
        public ActionResult ViewInstallment()
        {
            List <Installment_Form> ds = DButil.GetList <Installment_Form>("SELECT * FROM [Installment]");

            return(View(ds));
        }