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