Example #1
0
 public IActionResult Index(int?page, string search)
 {
     return(View(_cRepo.GetAllCollaborator(page, search)));
 }