public Basic.Framework.Web.BasicResponse <string> GetAllChartSet(Sys.Safety.Request.Chart.GetAllChartSetRequest request) { var res = _chartService.GetAllChartSet(request); return(new BasicResponse <string>() { Data = ObjectConverter.ToBase64String(res.Data) }); }
BasicResponse <System.Data.DataTable> IChartService.GetAllChartSet(Sys.Safety.Request.Chart.GetAllChartSetRequest request) { throw new NotImplementedException(); }