예제 #1
0
        // GET: Payment
        public ActionResult Index()
        {
            List <Payment> listprodcuts = new List <Payment>();

            listprodcuts = dao.GetListOfPaymentsFromDatabase();
            return(View(listprodcuts));
        }