Esempio n. 1
0
        public JsonResult MSIDfinder(string Prefix)
        {
            ApplyLeave app      = new ApplyLeave();
            var        MSIDList = app.SearchMSIDByName(Prefix);

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