Ejemplo n.º 1
0
 public IActionResult Index(int page = 1)
 {
     return(View(_trainingCenterRepository.GetAllTrainingCenters_Paging(page, 10)));
 }