示例#1
0
        public BasicResponse <List <GasContentAlarmInfo> > GetAllGasContentAlarmCache()
        {
            var res = _gasContentAlarmCacheService.GetAllCache();
            var ret = new BasicResponse <List <GasContentAlarmInfo> >
            {
                Data = res.Data
            };

            return(ret);
        }
示例#2
0
 public Basic.Framework.Web.BasicResponse <List <Sys.Safety.DataContract.Custom.GasContentAlarmInfo> > GetAllGasContentAlarmCache()
 {
     return(_gasContentAlarmCacheService.GetAllCache());
 }