예제 #1
0
 public IActionResult Index(int?page = 1)
 {
     IndexViewModel.FilterData((int)page);
     return(View(IndexViewModel));
 }