public ActionResult CommitCheckSearch(string projectId) { CommitCheckDto commitCheck = quotationService.CommitCheckSearch(projectId, UserInfo.UserId).FirstOrDefault(); return(Json(commitCheck, JsonRequestBehavior.AllowGet)); }