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