예제 #1
0
 public ActionResult Create()
 {
     ViewBag.PorteEmpresaId = new SelectList(_porteEmpresaAppService.ObterTodos(), "PorteEmpresaId", "Descricao");
     return(View());
 }
 public ActionResult Index()
 {
     return(View(_porteEmpresaAppService.ObterTodos()));
 }