예제 #1
0
 // GET: Anuncios
 public ActionResult Index()
 {
     return(View(context.ObterTodos()));
 }