Ejemplo n.º 1
0
        public ActionResult CommitCheckSearch(string projectId)
        {
            CommitCheckDto commitCheck = quotationService.CommitCheckSearch(projectId, UserInfo.UserId).FirstOrDefault();

            return(Json(commitCheck, JsonRequestBehavior.AllowGet));
        }