コード例 #1
0
 public IActionResult Index(int page = 1)
 {
     return(View(_personelRepository.GetAllPersonelVM_Paging(page, 10)));
 }