コード例 #1
0
        public ActionResult AssetPurchase_Report()
        {
            A_PurchaseRepo dbs   = new A_PurchaseRepo();
            int            depid = Convert.ToInt32(Session["DepartmentId"]);
            var            lst   = dbs.GetPurchaseListDetail(depid, "", "", "", 0);

            return(View(lst));
        }