Ejemplo n.º 1
0
 public ActionResult Index(string facebookID, string orientation)
 {
     PostModel model = new PostModel();
     return base.View(model.GetAll(facebookID, orientation).ToList<PostModel>());
 }