Exemple #1
0
 public IActionResult List(long id)
 {
     return(View(_dashboardManager.GetTableListModel(id)));
 }