예제 #1
0
 // GET: List
 public ActionResult Index()
 {
     Session["Url"]  = Request.RawUrl;
     ViewBag.Donvi   = new SelectList(db.getDonViDo(Session["year"].ToString()), "MA", "TEN");
     ViewBag.LinhVuc = new SelectList(db.getLinhVuc(), "TEN", "TEN");
     return(View());
 }