コード例 #1
0
        public ActionResult Download()
        {
            List <ObjFile> data = ManagerBLL.Manager_GetAllFileToDownload();

            return(View(data));
        }