示例#1
0
 // GET: OldCharts
 public ActionResult Index()
 {
     return(View(_chartRepository.GetAllChartIds()));
 }