Ejemplo n.º 1
0
 public ActionResult Incluir()
 {
     ViewBag.Planos = servico.ObterPlanos();
     return(PartialView("_Incluir"));
 }