Beispiel #1
0
        public JsonResult CekTieringNotification([FromQuery] string SelectedId, [FromQuery] string TreeId)
        {
            string ErrMsg    = "";
            bool   blnResult = false;

            blnResult = cls.ReksaCekTieringNotification(SelectedId, TreeId, out ErrMsg);
            ErrMsg    = ErrMsg.Replace("ReksaCekTieringNotification - Core .Net SqlClient Data Provider\n", "");
            return(Json(new { blnResult, ErrMsg }));
        }