Exemple #1
0
 public IActionResult Update(int id)
 {
     return(View("Register", _cRepo.GetCollaboratorById(id)));
 }