Ejemplo n.º 1
0
 // GET: Anuncios
 public ActionResult Index()
 {
     return(View(context.ObterTodos()));
 }