Beispiel #1
0
        public JsonResult SaveImageAndSignature(string EmCode, string imageString)
        {
            string msg = _gtEmployeeGetway.SaveImageAndSignature(EmCode, imageString);

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