コード例 #1
0
 public Basic.Framework.Web.BasicResponse <List <Sys.Safety.DataContract.JC_AlarmNotificationPersonnelInfo> > GetJC_AlarmNotificationPersonnelList(Sys.Safety.Request.AlarmNotificationPersonnel.AlarmNotificationPersonnelGetListRequest jC_AlarmNotificationPersonnelrequest)
 {
     return(_AlarmNotificationPersonnelService.GetJC_AlarmNotificationPersonnelList(jC_AlarmNotificationPersonnelrequest));
 }
        public Basic.Framework.Web.BasicResponse <List <DataContract.JC_AlarmNotificationPersonnelInfo> > GetJC_AlarmNotificationPersonnelList(Sys.Safety.Request.AlarmNotificationPersonnel.AlarmNotificationPersonnelGetListRequest jC_AlarmNotificationPersonnelrequest)
        {
            var responseStr = HttpClientHelper.Post(Webapi + "/v1/AlarmNotificationPersonnel/GetJC_AlarmNotificationPersonnelList?token=" + Token, JSONHelper.ToJSONString(jC_AlarmNotificationPersonnelrequest));

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