コード例 #1
0
 public Basic.Framework.Web.BasicResponse <Sys.Safety.DataContract.GascontentanalyzeconfigInfo> AddGascontentanalyzeconfig(Sys.Safety.Request.Gascontentanalyzeconfig.GascontentanalyzeconfigAddRequest gascontentanalyzeconfigRequest)
 {
     return(_gascontentanalyzeconfigService.AddGascontentanalyzeconfig(gascontentanalyzeconfigRequest));
 }
コード例 #2
0
        public Basic.Framework.Web.BasicResponse <Sys.Safety.DataContract.GascontentanalyzeconfigInfo> AddGascontentanalyzeconfig(Sys.Safety.Request.Gascontentanalyzeconfig.GascontentanalyzeconfigAddRequest gascontentanalyzeconfigRequest)
        {
            var responseStr = HttpClientHelper.Post(Webapi + "/v1/GasContentAnalyzeConfig/AddGascontentanalyzeconfig?token=" + Token, JSONHelper.ToJSONString(gascontentanalyzeconfigRequest));

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