Exemple #1
0
 public ActionResult SaveTaskComment(Guid rcId, string note)
 {
     expRepo.SaveTaskComment(rcId, note);
     return(Json(new { isSuccess = true }, JsonRequestBehavior.AllowGet));
 }