Example #1
0
 public IActionResult ExportExcel(FrameworkUserListVM vm)
 {
     return(vm.GetExportData());
 }