示例#1
0
 public ActionResult Create()
 {
     ViewBag.idEstadoCivilList = selectHelper.GetEstadoCivilList("");
     return(View());
 }