コード例 #1
0
 public ActionResult Create()
 {
     ViewBag.MaLop = new SelectList(contextLop.GetAll(), "MaLop", "TenLop");
     return(View());
 }