Example #1
0
        public override void Load()
        {
            var respose = _AnalysistemplatealarmlevelService.GetAllAnalysistemplateAlarmLevelInfos();

            if (respose.Data != null && respose.IsSuccess)
            {
                _cache.Clear();
                _cache = respose.Data;
            }
        }
Example #2
0
 public Basic.Framework.Web.BasicResponse <List <Sys.Safety.DataContract.Jc_AnalysistemplatealarmlevelInfo> > GetAllAnalysistemplateAlarmLevelInfos()
 {
     return(_AnalysistemplatealarmlevelService.GetAllAnalysistemplateAlarmLevelInfos());
 }