public Basic.Framework.Web.BasicResponse <Sys.Safety.DataContract.JC_AlarmNotificationPersonnelInfo> GetJC_AlarmNotificationPersonnelById(Sys.Safety.Request.AlarmNotificationPersonnel.AlarmNotificationPersonnelGetRequest jC_AlarmNotificationPersonnelrequest)
 {
     return(_AlarmNotificationPersonnelService.GetJC_AlarmNotificationPersonnelById(jC_AlarmNotificationPersonnelrequest));
 }
        public Basic.Framework.Web.BasicResponse <DataContract.JC_AlarmNotificationPersonnelInfo> GetJC_AlarmNotificationPersonnelById(Sys.Safety.Request.AlarmNotificationPersonnel.AlarmNotificationPersonnelGetRequest jC_AlarmNotificationPersonnelrequest)
        {
            var responseStr = HttpClientHelper.Post(Webapi + "/v1/AlarmNotificationPersonnel/GetJC_AlarmNotificationPersonnelById?token=" + Token, JSONHelper.ToJSONString(jC_AlarmNotificationPersonnelrequest));

            return(JSONHelper.ParseJSONString <BasicResponse <JC_AlarmNotificationPersonnelInfo> >(responseStr));
        }