示例#1
0
 public ActionResult UpdateWorkingPosition(string selectedIds)
 {
     var service = new Hre_StopWorkingServices();
     var message = service.UpdateWorkingPosition(selectedIds, UserLogin);
     return Json(message);
 }