Exemplo n.º 1
0
 public ActionResult History(int page = 1)
 {
     return(View(_sitemapService.GetHistory(page)));
 }