public Basic.Framework.Web.BasicResponse <Sys.Safety.DataContract.GascontentanalyzeconfigInfo> GetGascontentanalyzeconfigCacheById(Sys.Safety.Request.Gascontentanalyzeconfig.GascontentanalyzeconfigGetRequest gascontentanalyzeconfigRequest)
 {
     return(_gascontentanalyzeconfigService.GetGascontentanalyzeconfigCacheById(gascontentanalyzeconfigRequest));
 }
Exemplo n.º 2
0
        public BasicResponse <GascontentanalyzeconfigInfo> GetGascontentanalyzeconfigCacheById(Sys.Safety.Request.Gascontentanalyzeconfig.GascontentanalyzeconfigGetRequest gascontentanalyzeconfigRequest)
        {
            var responseStr = HttpClientHelper.Post(Webapi + "/v1/GasContentAnalyzeConfig/GetGascontentanalyzeconfigCacheById?token=" + Token, JSONHelper.ToJSONString(gascontentanalyzeconfigRequest));

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