Exemple #1
0
 public ActionResult ReturnToResearchCenters(List <OBKReturnToResearchCenter> rtrc)
 {
     expRepo.ReturnToResearchCenters(rtrc);
     return(Json(new { isSuccess = true }, JsonRequestBehavior.AllowGet));
 }