コード例 #1
0
 public IActionResult Filtering()
 {
     ViewBag.dataSource = GanttData.FilteredData();
     return(View());
 }