Exemplo n.º 1
0
 public IActionResult ExportExcel(PatientListVM vm)
 {
     return(vm.GetExportData());
 }