示例#1
0
 public ActionResult SaveManagerLaboratory(OBKManagerResearchCenter managerResearchCenter)
 {
     repo.SaveManagerLaboratory(managerResearchCenter);
     repo.GenerateSubTaskNumber(managerResearchCenter.TaskId);
     return(Json(new { isSuccess = true }));
 }
示例#2
0
 public ActionResult SendToCoz(OBKManagerResearchCenter filialExecutors)//(Guid adId,List<ManagerLaboratories> filialExecutors)
 {
     repo.SendToCoz(filialExecutors);
     return(Json(new { isSuccess = true }, JsonRequestBehavior.AllowGet));
 }