public string Search(order_popListVM vm) { if (ModelState.IsValid) { return(vm.GetJson(false)); } else { return(vm.GetError()); } }
public IActionResult ExportExcel(order_popListVM vm) { return(vm.GetExportData()); }