コード例 #1
0
        //
        // GET: /Test/

        public ActionResult Index()
        {
            BLL.DepotBLL     depotBLL = new BLL.DepotBLL();
            BLL.DepotDrugBLL ddb      = new BLL.DepotDrugBLL();
            return(View());
        }