예제 #1
0
 public IEnumerable <ChartListItem> GetChart(string name, string date)
 {
     return(ChartRepository.GetChart(name, date));
 }