Exemplo n.º 1
0
 public ActionResult Difference(int id)
 {
     return(View(_service.GetPageDifference(id)));
 }