コード例 #1
0
 // GET: Semestre
 public ActionResult Index()
 {
     return(View(objAmbiente.Listar()));
 }