Beispiel #1
0
 public ActionResult Edit(long id)
 {
     return(View(_jobHistoryService.GetJobHistoyById(id)));
 }