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

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