コード例 #1
0
        //
        // GET: /Loai/Create
        public ActionResult Create()
        {
            ChungLoaiViewModel cl = new ChungLoaiViewModel();

            cl.dsCLoai = ChungLoaiBus.DanhSach();
            return(View(cl));
        }
コード例 #2
0
 public ActionResult Topbar()
 {
     return(PartialView("_Topbar", ChungLoaiBus.DanhSach()));
 }
コード例 #3
0
        //

        public ActionResult Index()
        {
            return(View(ChungLoaiBus.DanhSach()));
        }