Esempio n. 1
0
 public ActionResult DeleteJob(int employerId, int jobId)
 {
     ViewBag.MicroCredentialIdList = GetMicroCredentialIds();
     _repositoryEndPointService.DeleteJobs(employerId, jobId);
     return(View("Success"));
 }