Ejemplo n.º 1
0
        public JsonResult DuplicateCheckForCreate(string docno, int doctypeId)
        {
            var Exists = (_CollectionService.CheckForDocNoExists(docno, doctypeId));

            return(Json(new { returnvalue = Exists }));
        }