Example #1
0
 public IEnumerable <WorkItemChartTypeView> GetChartViews(string chartType)
 {
     return(_service.QueryChartTypeViews(chartType));
 }